adding index to archived column
This commit is contained in:
parent
7bde00c452
commit
5545f8a896
@ -1 +1,2 @@
|
||||
ALTER TABLE `transactions` ADD `archived` BOOLEAN NOT NULL DEFAULT FALSE AFTER `timestamp` ;
|
||||
ALTER TABLE `transactions` ADD INDEX ( `archived` ) ;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user