fix - [ 1212596 ] Field disableContentLock is missing in Shortcut table

This commit is contained in:
Roy Johnson 2005-06-04 22:43:22 +00:00
parent d0d7112623
commit 5c2ce93a86
3 changed files with 3 additions and 0 deletions

View file

@ -1 +1,2 @@
insert into webguiVersion values ('6.6.2','upgrade',unix_timestamp());
alter table Shortcut add disableContentLock int(11) NOT NULL default '0';