2025-01-17 19:44:36 +05:00

6 lines
174 B
SQL

-- AlterTable
ALTER TABLE `ServerType` MODIFY `hidden` BOOLEAN NOT NULL DEFAULT true;
-- AlterTable
ALTER TABLE `urlSettings` MODIFY `hidden` BOOLEAN NOT NULL DEFAULT true;