reformat laconica.sql

This commit is contained in:
Evan Prodromou 2009-05-22 20:53:22 -04:00
parent 677434b113
commit 9a7dbbc781
1 changed files with 23 additions and 25 deletions

View File

@ -482,5 +482,3 @@ create table file_to_post (
unique(file_id, post_id) unique(file_id, post_id)
) ENGINE=InnoDB CHARACTER SET utf8 COLLATE utf8_bin; ) ENGINE=InnoDB CHARACTER SET utf8 COLLATE utf8_bin;