drop unused weights

This commit is contained in:
fred-fri 2013-09-19 16:25:16 +09:00
parent b29c8fd21a
commit 20f538d5e5

@ -57,4 +57,6 @@ ALTER TABLE checklist_upload DROP checklist_id;
DROP TABLE checklist_upload;
DROP TABLE string_resource;
DROP TABLE string_resource;
DROP TABLE weights;