server/drizzle/migrations/0046_wooden_electro.sql

2 lines
188 B
MySQL
Raw Normal View History

ALTER TABLE "Users" ADD COLUMN "is_hiding_collections" boolean DEFAULT false NOT NULL;--> statement-breakpoint
ALTER TABLE "Users" ADD COLUMN "is_indexable" boolean DEFAULT false NOT NULL;