



INSERT INTO `settings` (`group`, `name`, `locked`, `payload`, `created_at`, `updated_at`) VALUES ('general', 'current_version', 0, '6.4', current_timestamp(), current_timestamp());

COMMIT;