Fixed an upgrade problem from 4.5.0-4.6.0 and added more debugging to macro compilation.
This commit is contained in:
parent
28e2062cd8
commit
fdc249cf59
6 changed files with 1339 additions and 610 deletions
13
docs/upgrades/upgrade_4.6.2-4.6.3.sql
Normal file
13
docs/upgrades/upgrade_4.6.2-4.6.3.sql
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
insert into webguiVersion values ('4.6.3','upgrade',unix_timestamp());
|
||||
delete from international where internationalId=716 and namespace='WebGUI' and languageId=1;
|
||||
delete from international where internationalId=717 and namespace='WebGUI' and languageId=1;
|
||||
insert into international values (716,'WebGUI',1,'Login');
|
||||
insert into international values (717,'WebGUI',1,'Logout');
|
||||
delete from international where internationalId=624 and namespace='WebGUI' and languageId=1;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue