Add a db update to alter Frames.Id to a bigint
This commit is contained in:
parent
85eb525e8f
commit
30adcb7cf5
|
@ -0,0 +1,2 @@
|
||||||
|
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;
|
Loading…
Reference in New Issue