CC-4001: Warnings in apache error log
- upgrade script for 2.1.3
This commit is contained in:
parent
b081a9eb5f
commit
8a2d548d5c
3 changed files with 36 additions and 0 deletions
4
install_minimal/upgrades/airtime-2.1.3/data/upgrade.sql
Normal file
4
install_minimal/upgrades/airtime-2.1.3/data/upgrade.sql
Normal file
|
@ -0,0 +1,4 @@
|
|||
DELETE FROM cc_pref WHERE keystr = 'system_version';
|
||||
INSERT INTO cc_pref (keystr, valstr) VALUES ('system_version', '2.1.3');
|
||||
|
||||
UPDATE cc_show_instances SET time_filled='00:00:00' WHERE time_filled IS NULL;
|
Loading…
Add table
Add a link
Reference in a new issue