fixed stray comma

This commit is contained in:
Brenda Wallace 2010-01-10 14:04:18 +13:00
parent dc89adb36d
commit 42896ac1fb

View File

@ -136,7 +136,7 @@ create table notice (
lon decimal(10,7) /* comment 'longitude'*/ , lon decimal(10,7) /* comment 'longitude'*/ ,
location_id integer /* comment 'location id if possible'*/ , location_id integer /* comment 'location id if possible'*/ ,
location_ns integer /* comment 'namespace for location'*/ , location_ns integer /* comment 'namespace for location'*/ ,
repeat_of integer /* comment 'notice this is a repeat of' */ references notice (id) , repeat_of integer /* comment 'notice this is a repeat of' */ references notice (id)
/* FULLTEXT(content) */ /* FULLTEXT(content) */
); );