1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/mipilin synced 2025-02-07 05:52:51 +00:00
mipilin/drizzle/0003_secret_blacklash.sql

6 lines
474 B
MySQL
Raw Normal View History

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;