Skip to content

Commit

Permalink
Add up and down db migration scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Mar 1, 2024
1 parent 07b5021 commit 54b2ad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE environments DROP COLUMN max_allowed_replica;
2 changes: 2 additions & 0 deletions db-migrations/37_environments_add_max_allowed_replicas.up.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE environments
ADD COLUMN max_allowed_replica int;

0 comments on commit 54b2ad1

Please sign in to comment.