summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornatrak <>2001-06-15 10:26:53 +0000
committernatrak <>2001-06-15 10:26:53 +0000
commit199c65491eea2b34b4ed63c2e81a1a4f9fc6246a (patch)
treed8fe3b228587f3b96c32bcb1ad3b2e6d512f8c8a
parentbfa80297d8bf523fd1f117809546caf6a7bc8202 (diff)
downloadbrdo-199c65491eea2b34b4ed63c2e81a1a4f9fc6246a.tar.gz
brdo-199c65491eea2b34b4ed63c2e81a1a4f9fc6246a.tar.bz2
- Fixed a syntax error.
-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');