PC-1000 Token column is now 8 characters
This commit is contained in:
parent
b6bda9418d
commit
4b4dc74cbf
@ -1,4 +1,4 @@
|
||||
ALTER TABLE Account.snapshots ADD token CHAR(6);
|
||||
ALTER TABLE Account.snapshots ADD token CHAR(8);
|
||||
CREATE UNIQUE INDEX snapshots_token_uindex ON snapshots (token);
|
||||
ALTER TABLE Account.snapshots
|
||||
MODIFY COLUMN creator INT(11) AFTER token;
|
Loading…
Reference in New Issue
Block a user