2
pkg/coredata/migrations/20250424T051900Z.sql
Normal file
2
pkg/coredata/migrations/20250424T051900Z.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE risks ADD COLUMN comments TEXT DEFAULT '';
|
||||
ALTER TABLE risks ALTER COLUMN comments DROP DEFAULT;
|
||||
1
pkg/coredata/migrations/20250424T054100Z.sql
Normal file
1
pkg/coredata/migrations/20250424T054100Z.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE risks RENAME COLUMN comments TO note;
|
||||
Reference in New Issue
Block a user