diff options
author | Evan Prodromou <evan@status.net> | 2009-10-19 18:07:03 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-10-19 18:07:03 -0400 |
commit | c0eca0e59b1b9bb74d4457348d1e310e18cc082f (patch) | |
tree | c94a05905f1c751ae9619dcc44ae61df19999c7a | |
parent | 728a146ec04acc853c4fd32a44fef6adbee517c2 (diff) |
Revert "fixed up some invalid comment syntax - this is ANSI SQL"
This reverts commit 6704ddddf227865de43c1fdd846b68f76f723fe6.
-rw-r--r-- | db/08to09_pg.sql | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/db/08to09_pg.sql b/db/08to09_pg.sql index 9e37314aa..492b3ebb9 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 |