WebGUI 3.5.2 release
This commit is contained in:
parent
19fa8be10f
commit
81da4fe3af
6 changed files with 12 additions and 9 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