mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-12 02:47:50 -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;
|