Skip to content
GitLab
Explore
Sign in
Register
canvas
packages
server
prisma
migrations
20240709000713_drop_pixel_constraint
migration.sql
Find file
Normal view
Permalink
migration.sql
74 B
Newer
Older
remove Pixel -> PaletteColor constraint, it's not needed and prevents palette changes
Grant
committed
Jul 08, 2024
1
2
-- DropForeignKey
ALTER
TABLE
"Pixel"
DROP
CONSTRAINT
"Pixel_color_fkey"
;