WebGUI 3.5.1 release
This commit is contained in:
parent
0df316d3f0
commit
19fa8be10f
9 changed files with 99 additions and 62 deletions
6
docs/upgrades/upgrade_3.5.0-3.5.1.sql
Normal file
6
docs/upgrades/upgrade_3.5.0-3.5.1.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
create table webguiVersion (
|
||||
webguiVersion varchar(10),
|
||||
versionType varchar(30),
|
||||
dateApplied int
|
||||
);
|
||||
insert into webguiVersion values ('3.5.1','upgrade',unix_timestamp());
|
||||
Loading…
Add table
Add a link
Reference in a new issue