Stashing
This commit is contained in:
parent
de927faf7c
commit
53e8d893b0
@ -53,3 +53,6 @@ Set or update passwords:
|
|||||||
```bash
|
```bash
|
||||||
psql -c "ALTER USER appusername WITH PASSWORD 'longsecurerandompassword';"
|
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`
|
||||||
|
Loading…
Reference in New Issue
Block a user