mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 17:07:26 +01:00
8bd72ce807
- Remove unnecessary field 'project' from GQl and regenerate - Add newlines to file ends - Fix command-line manager user addition
2 lines
73 B
SQL
2 lines
73 B
SQL
ALTER TABLE user ADD COLUMN projects varchar(255) NOT NULL DEFAULT "[]";
|