@@ -, +, @@ --- .../data/mysql/versions/update_sample.sql.sample | 8 -------- 1 file changed, 8 deletions(-) --- a/installer/data/mysql/versions/update_sample.sql.sample +++ a/installer/data/mysql/versions/update_sample.sql.sample @@ -25,11 +25,3 @@ CREATE TABLE `testtable1` ( -- without ; just for the sample INSERT INTO `systempreferences` VALUES ('TestSyspref1','2','set the level of error info sent to the browser. 0=none, 1=some, 2=most','0|1|2','Choice') // - --- Note that you can even put more than 1 SQL query without DELIMITER --- In this case, the updater will consider them as 1 query. --- That can be usefull if you want to do a logical grouping -INSERT INTO `systempreferences` VALUES ('TestSyspref2','2','set the level of error info sent to the browser. 0=none, 1=some, 2=most','0|1|2','Choice'); -INSERT INTO `systempreferences` VALUES ('TestSyspref3','2','set the level of error info sent to the browser. 0=none, 1=some, 2=most','0|1|2','Choice'); -// --- End of complex sample --