-- AlterTable
ALTER TABLE `EmailQueueLog` ADD COLUMN `retries` INTEGER NOT NULL DEFAULT 0;
