mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
2 lines
188 B
SQL
2 lines
188 B
SQL
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; |