This website requires JavaScript.
Explore
Help
Sign In
ClusterCockpit
/
cc-backend
Watch
1
Star
0
Fork
0
You've already forked cc-backend
mirror of
https://github.com/ClusterCockpit/cc-backend
synced
2024-11-10 08:57:25 +01:00
Code
Issues
Packages
Releases
Activity
136460567c
cc-backend
/
internal
/
repository
/
migrations
/
sqlite3
/
03_add-userprojects.up.sql
2 lines
73 B
MySQL
Raw
Normal View
History
Unescape
Escape
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
ALTER
TABLE
user
ADD
COLUMN
projects
varchar
(
255
)
NOT
NULL
DEFAULT
"
[]
"
;
Reference in New Issue
Copy Permalink