Skip to content

Commit 09734d9

Browse files
soedirgopcnc
authored andcommitted
update migrations guidelines
1 parent 8932ffb commit 09734d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

migrations/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Additionally, [supabase/postgres](https://github.com/supabase/postgres/blob/deve
2727
## Guidelines
2828

2929
- Migrations are append only. Never edit existing migrations once they are on master.
30+
- Migrations in `migrations/db/migrations` have to be idempotent.
3031
- Self contained components (gotrue, storage, realtime) may contain their own migrations.
3132
- Self hosted Supabase users should update role passwords separately after running all migrations.
3233
- Prod release is done by publishing a new GitHub release on master branch.

0 commit comments

Comments
 (0)