summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--updates/2.00-to-x.xx.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/updates/2.00-to-x.xx.sql b/updates/2.00-to-x.xx.sql
index d1b2ac980..a0722d9c5 100644
--- a/updates/2.00-to-x.xx.sql
+++ b/updates/2.00-to-x.xx.sql
@@ -259,7 +259,7 @@ CREATE TABLE collection (
PRIMARY KEY (cid)
);
-// test data:
+# test data:
INSERT INTO collection (name, types) VALUES ('Software', 'story, book, poll');
INSERT INTO collection (name, types) VALUES ('Hardware', 'story');