-- AlterTable (nullable first, backfilled by script, then tightened in the next migration)
ALTER TABLE `quotes` ADD COLUMN `slug` VARCHAR(191) NULL;
