mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05: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;
|