mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-29 11:12:04 -04:00
3 lines
146 B
SQL
3 lines
146 B
SQL
SELECT 'ALTERING Frames.Id to a BIGINT. This could take a long time.';
|
|
ALTER TABLE Frames MODIFY Id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT;
|