forked from science-ation/science-ation
switch the stock entries in the database if anything's usign the old values
This commit is contained in:
parent
89f074052c
commit
ab76d8b329
@ -1 +1 @@
|
||||
77
|
||||
78
|
||||
|
4
db/db.update.78.sql
Normal file
4
db/db.update.78.sql
Normal file
@ -0,0 +1,4 @@
|
||||
UPDATE `reports_items` SET value='5161' WHERE `type`='options' AND `field`='stock' AND `value`='5961';
|
||||
UPDATE `reports_items` SET value='5164' WHERE `type`='options' AND `field`='stock' AND `value`='5964';
|
||||
UPDATE `reports_committee` SET `stock`='5161' WHERE `stock`='5961';
|
||||
UPDATE `reports_committee` SET `stock`='5164' WHERE `stock`='5964';
|
Loading…
Reference in New Issue
Block a user