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