Database upgrade

This commit is contained in:
sparkyx 2006-06-23 22:12:24 +00:00
parent 9c7f0932c4
commit 5311c2e2ac
3 changed files with 558 additions and 0 deletions

View file

@ -0,0 +1,5 @@
begin;
insert into Theme values ('Colored','style-color.css',null);
update version set val=8;
commit;