This commit is contained in:
Dominic H 2019-11-08 17:48:00 +00:00
parent de927faf7c
commit 53e8d893b0

View File

@ -53,3 +53,6 @@ Set or update passwords:
```bash
psql -c "ALTER USER appusername WITH PASSWORD 'longsecurerandompassword';"
```
# File naming syntax
Initial up and down migrations as `###.name.up.sql` file number should be sequential and incremental to last migrations file number is same for up/down. If adjusting a prior migration syntax is `###.name.up.sql`