diff options
| author | Masaya Tojo <masaya@tojo.tokyo> | 2023-08-29 23:59:58 +0900 | 
|---|---|---|
| committer | Masaya Tojo <masaya@tojo.tokyo> | 2023-10-13 02:12:38 +0900 | 
| commit | c624400168c1f6b6d902a8eace3f722d5ca1eb90 (patch) | |
| tree | 3d14e77a7ab391bd5640538b5e85281372537e4f | |
| parent | 5934d9831350640a99526fad6afb2ec104316fea (diff) | |
Fix username and email
| -rw-r--r-- | sqitch.plan | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/sqitch.plan b/sqitch.plan index d0820d2..f3a1a38 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -2,5 +2,5 @@  %project=photos  %uri=http://git.private.tojo.tokyo/ -schema 2023-08-27T13:52:33Z Masaya Tojo,,, <masaya@laptop> # Add schema for all photos objects. -photos [schema] 2023-08-29T13:12:25Z Masaya Tojo,,, <masaya@laptop> # Create table to manage my photos. +schema 2023-08-27T13:52:33Z Masaya Tojo <masaya@tojo.tokyo> # Add schema for all photos objects. +photos [schema] 2023-08-29T13:12:25Z Masaya Tojo <masaya@tojo.tokyo> # Create table to manage my photos.  | 
