1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/mipilin synced 2025-01-31 02:53:36 +00:00
mipilin/drizzle/0003_secret_blacklash.sql
roxwize e3c09d7f0d
this is the initial commit for my AWESOME website
Signed-off-by: roxwize <rae@roxwize.xyz>
2024-11-13 22:51:08 -05:00

6 lines
No EOL
474 B
SQL

ALTER TABLE "profiles" ALTER COLUMN "bio" SET NOT NULL;--> statement-breakpoint
ALTER TABLE "updates" ALTER COLUMN "mood" SET NOT NULL;--> statement-breakpoint
ALTER TABLE "updates" ALTER COLUMN "description" SET DEFAULT '';--> statement-breakpoint
ALTER TABLE "updates" ALTER COLUMN "description" SET NOT NULL;--> statement-breakpoint
ALTER TABLE "users" ALTER COLUMN "moderator" SET NOT NULL;--> statement-breakpoint
ALTER TABLE "users" ALTER COLUMN "banned" SET NOT NULL;