View | Details | Raw Unified | Return to bug 7167
Collapse All | Expand All

(-)a/installer/data/mysql/versions/update_sample.sql.sample (-9 lines)
Lines 25-35 CREATE TABLE `testtable1` ( Link Here
25
-- without ; just for the sample
25
-- without ; just for the sample
26
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')
26
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')
27
//
27
//
28
29
-- Note that you can even put more than 1 SQL query without DELIMITER
30
-- In this case, the updater will consider them as 1 query.
31
-- That can be usefull if you want to do a logical grouping
32
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');
33
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');
34
//
35
-- End of complex sample
36
- 

Return to bug 7167