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
822c8b570c
cc-backend
/
internal
/
repository
/
migrations
/
sqlite3
/
03_add-userprojects.up.sql
1 line
59 B
MySQL
Raw
Normal View
History
Unescape
Escape
Remove exists checks from sql migrations to v3
2023-02-21 18:05:29 +01:00
ALTER
TABLE
user
ADD
COLUMN
projects
varchar
(
255
)
NOT
NULL
;
Reference in New Issue
Copy Permalink