Removed redundant form_types functions and the file /reporting/includes/form_types...
[fa-stable.git] / sql / alter.sql
index 40f391c04d0af8c2e518806b67609d167c5deca5..3a98d59f3cd23cdaf80c19bbdd817d0b6b1108d0 100644 (file)
@@ -16,6 +16,7 @@
 -- ALTER TABLE
 -- 
 
+DROP TABLE IF EXISTS `0_form_items`; 
 
 ALTER TABLE `0_tax_types` DROP INDEX `name`, ADD UNIQUE `name` ( `name` , `rate` );