6 lines
174 B
SQL
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;
|