Revert "fixed up some invalid comment syntax - this is ANSI SQL"

This reverts commit 6704ddddf2.
This commit is contained in:
Evan Prodromou 2009-10-19 18:07:03 -04:00
parent 728a146ec0
commit c0eca0e59b
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)
);
);