WebGUI 3.5.1 release
This commit is contained in:
parent
0df316d3f0
commit
19fa8be10f
9 changed files with 99 additions and 62 deletions
|
|
@ -1,3 +1,10 @@
|
|||
create table webguiVersion (
|
||||
webguiVersion varchar(10),
|
||||
versionType varchar(30),
|
||||
dateApplied int
|
||||
);
|
||||
insert into webguiVersion values ('3.5.1','intitial install',unix_timestamp());
|
||||
|
||||
# MySQL dump 8.14
|
||||
#
|
||||
# Host: localhost Database: WebGUI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue