fixed up some invalid comment syntax - this is ANSI SQL

This commit is contained in:
Brenda Wallace 2009-08-31 11:01:01 +12:00
parent 4c048ffec6
commit fb447f713a
1 changed files with 3 additions and 3 deletions

View 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)
);
);