summaryrefslogtreecommitdiff
path: root/db/08to09_pg.sql
diff options
context:
space:
mode:
authorBrenda Wallace <shiny@cpan.org>2009-08-31 11:01:01 +1200
committerBrenda Wallace <shiny@cpan.org>2009-08-31 11:02:37 +1200
commitfb447f713acb48ad81ea7e8005894ff9aa83c342 (patch)
tree279251ab8b53b3e433de3bf8a25761093c2c67f7 /db/08to09_pg.sql
parent4c048ffec673905d2c90dd079ea35f12bc0b23cd (diff)
fixed up some invalid comment syntax - this is ANSI SQL
Diffstat (limited to 'db/08to09_pg.sql')
-rw-r--r--db/08to09_pg.sql6
1 files changed, 3 insertions, 3 deletions
diff --git a/db/08to09_pg.sql b/db/08to09_pg.sql
index 492b3ebb9..9e37314aa 100644
--- a/db/08to09_pg.sql
+++ b/db/08to09_pg.sql
@@ -1,5 +1,5 @@
-// SQL commands to update an 0.8.x version of Laconica
-// to 0.9.x.
+-- SQL commands to update an 0.8.x version of Laconica
+-- to 0.9.x.
--these are just comments
/*
@@ -37,4 +37,4 @@ create table user_role (
primary key (user_id, role)
-); \ No newline at end of file
+);