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 17:07:26 +01:00
Code
Issues
Packages
Releases
Activity
a7d2d2666a
cc-backend
/
internal
/
repository
/
migrations
/
sqlite3
/
03_add-userprojects.up.sql
1 line
72 B
MySQL
Raw
Normal View
History
Unescape
Escape
Fix user.projects up migration file
2023-02-22 10:17:40 +01:00
ALTER
TABLE
user
ADD
COLUMN
projects
varchar
(
255
)
NOT
NULL
DEFAULT
"
[]
"
;
Reference in New Issue
Copy Permalink