From: Brenda Wallace Date: Sun, 30 Aug 2009 23:01:01 +0000 (+1200) Subject: fixed up some invalid comment syntax - this is ANSI SQL X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fb447f713acb48ad81ea7e8005894ff9aa83c342;p=quix0rs-gnu-social.git fixed up some invalid comment syntax - this is ANSI SQL --- diff --git a/db/08to09_pg.sql b/db/08to09_pg.sql index 492b3ebb91..9e37314aa8 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 +);