4 lines
98 B
MySQL
4 lines
98 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "users" ADD COLUMN "hideBookmarks" BOOLEAN NOT NULL DEFAULT false;
|
||
|
|