]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fixed up some invalid comment syntax - this is ANSI SQL
authorBrenda Wallace <shiny@cpan.org>
Sun, 30 Aug 2009 23:01:01 +0000 (11:01 +1200)
committerBrenda Wallace <shiny@cpan.org>
Sun, 30 Aug 2009 23:02:37 +0000 (11:02 +1200)
db/08to09_pg.sql

index 492b3ebb91161ef1430a9ddeb759e475b6f60e01..9e37314aa82f92b849ef6fe81cab228f40092ee2 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
+);