]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Revert "fixed up some invalid comment syntax - this is ANSI SQL"
authorEvan Prodromou <evan@status.net>
Mon, 19 Oct 2009 22:07:03 +0000 (18:07 -0400)
committerEvan Prodromou <evan@status.net>
Mon, 19 Oct 2009 22:07:03 +0000 (18:07 -0400)
This reverts commit 6704ddddf227865de43c1fdd846b68f76f723fe6.

db/08to09_pg.sql

index 9e37314aa82f92b849ef6fe81cab228f40092ee2..492b3ebb91161ef1430a9ddeb759e475b6f60e01 100644 (file)
@@ -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