1
0
mirror of https://github.com/ClusterCockpit/cc-backend synced 2025-01-18 15:39:06 +01:00
cc-backend/internal/repository/migrations/sqlite3/03_add-userprojects.down.sql
Christoph Kluge 8bd72ce807 Small fixes after full file review
- Remove unnecessary field 'project' from GQl and regenerate
- Add newlines to file ends
- Fix command-line manager user addition
2023-02-23 12:33:14 +01:00

2 lines
39 B
SQL

ALTER TABLE user DROP COLUMN projects;