-- AlterTable
ALTER TABLE `site_settings` ADD COLUMN `requireEmailVerification` BOOLEAN NOT NULL DEFAULT true;
