add: migration scripts for storage table
This commit is contained in:
2
server/migrations/96_storage_table_families.down.sql
Normal file
2
server/migrations/96_storage_table_families.down.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE families
|
||||
DROP COLUMN storage;
|
||||
2
server/migrations/96_storage_table_families.up.sql
Normal file
2
server/migrations/96_storage_table_families.up.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE families
|
||||
ADD COLUMN storage INTEGER;
|
||||
Reference in New Issue
Block a user