mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-23 12:51:40 +02:00
Fix header, add migration for user.projects column
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE user DROP COLUMN IF EXISTS projects;
|
@@ -0,0 +1 @@
|
||||
ALTER TABLE user ADD COLUMN IF NOT EXISTS projects varchar(255) NOT NULL DEFAULT "[]";
|
Reference in New Issue
Block a user