From 53e8d893b04434cf7b80d65f80464835519445a6 Mon Sep 17 00:00:00 2001 From: Dominic H Date: Fri, 8 Nov 2019 17:48:00 +0000 Subject: [PATCH] Stashing --- migrations/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/migrations/README.md b/migrations/README.md index d770f1c4..4474a3d9 100644 --- a/migrations/README.md +++ b/migrations/README.md @@ -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`