fixed up some invalid comment syntax - this is ANSI SQL
This commit is contained in:
parent
4c048ffec6
commit
fb447f713a
|
@ -1,5 +1,5 @@
|
||||||
// SQL commands to update an 0.8.x version of Laconica
|
-- SQL commands to update an 0.8.x version of Laconica
|
||||||
// to 0.9.x.
|
-- to 0.9.x.
|
||||||
|
|
||||||
--these are just comments
|
--these are just comments
|
||||||
/*
|
/*
|
||||||
|
@ -37,4 +37,4 @@ create table user_role (
|
||||||
|
|
||||||
primary key (user_id, role)
|
primary key (user_id, role)
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user