super-harness / src /lib /db /migrations /pg /0003_hesitant_firedrake.sql
Cyber Catalyst Team
Deploy to HF Spaces with LFS
4782147
Raw
History Blame Contribute Delete
162 Bytes
DO $$ BEGIN
ALTER TABLE "user" ADD COLUMN "preferences" json DEFAULT '{}'::json;
EXCEPTION
WHEN duplicate_column THEN null;
END $$;
--> statement-breakpoint