reposync/sql/update_20240428.sql

4 lines
89 B
SQL

ALTER TABLE `repo_sync_log`
MODIFY COLUMN `id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT;