Starting 5.0.0 bugfix cycle.
This commit is contained in:
parent
af4ba0b8d8
commit
d5a307efae
3 changed files with 7 additions and 2 deletions
|
|
@ -9760,6 +9760,7 @@ INSERT INTO international VALUES (851,'WebGUI',3,'Bewerk dit sjabloon.',10399896
|
|||
INSERT INTO international VALUES (848,'WebGUI',3,'Er zit een syntax fout in dit sjabloon. Corrigeer dit a.u.b.',1039989596);
|
||||
INSERT INTO international VALUES (75,'SiteMap',3,'Alle roots',1039989564);
|
||||
INSERT INTO international VALUES (74,'SiteMap',3,'Deze pagina',1039989549);
|
||||
INSERT INTO international VALUES (856,'WebGUI',1,'You have no account properties to edit at this time.',1040340432);
|
||||
|
||||
--
|
||||
-- Table structure for table 'karmaLog'
|
||||
|
|
@ -10250,7 +10251,7 @@ CREATE TABLE webguiVersion (
|
|||
--
|
||||
|
||||
|
||||
INSERT INTO webguiVersion VALUES ('4.9.4','initial install',unix_timestamp());
|
||||
INSERT INTO webguiVersion VALUES ('4.9.5','initial install',unix_timestamp());
|
||||
|
||||
--
|
||||
-- Table structure for table 'wobject'
|
||||
|
|
|
|||
4
docs/upgrades/upgrade_4.9.5-5.0.0.sql
Normal file
4
docs/upgrades/upgrade_4.9.5-5.0.0.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
insert into webguiVersion values ('5.0.0','upgrade',unix_timestamp());
|
||||
insert into international (internationalId,languageId,namespace,message,lastUpdated) values (856,3,'WebGUI','Er zijn op dit moment geen account eigenschappen die u mag aanpassen.', 1040350000);
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue