Database upgrade
This commit is contained in:
parent
9c7f0932c4
commit
5311c2e2ac
3 changed files with 558 additions and 0 deletions
5
html/admin/sql/patch/ac-upgrade7.sql
Normal file
5
html/admin/sql/patch/ac-upgrade7.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
begin;
|
||||
insert into Theme values ('Colored','style-color.css',null);
|
||||
update version set val=8;
|
||||
commit;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue