better-chatbot / src /lib /db /migrations /pg /0003_hesitant_firedrake.sql
Bot
Initial commit for HF Spaces
05c5ed5
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