Skip to content
GitLab
Explore
Sign in
Register
canvas
packages
server
prisma
migrations
20240620192400_is_top_pixel
migration.sql
Find file
Normal view
Permalink
migration.sql
89 B
Newer
Older
massive performance rewrite
Grant
committed
Jun 26, 2024
1
2
-- AlterTable
ALTER
TABLE
"Pixel"
ADD
COLUMN
"isTop"
BOOLEAN
NOT
NULL
DEFAULT
false
;