database upgrade
This commit is contained in:
parent
53b7802e65
commit
df93087254
1 changed files with 7 additions and 0 deletions
7
html/admin/sql/patch/upgrade120.sql
Normal file
7
html/admin/sql/patch/upgrade120.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
begin;
|
||||
|
||||
|
||||
update version set val=121;
|
||||
|
||||
commit;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue