mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-06-08 16:43:49 +02:00
- 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 "[]";
|