3 lines
101 B
SQL
3 lines
101 B
SQL
-- AlterTable
|
|
ALTER TABLE "connections" ADD COLUMN "clipboardEnabled" BOOLEAN NOT NULL DEFAULT true;
|