Files
2022-10-27 20:33:42 -07:00

3 lines
96 B
SQL

-- AlterTable
ALTER TABLE "Server" ADD COLUMN "noCredential" BOOLEAN NOT NULL DEFAULT true;