Removed uniqueness on workorders.wo_ref key, removed obsolete additional_costs field...
[fa-stable.git] / sql / en_US-new.sql
index 6e8d8241a11bfd01562cc997d2ec9ae13bc7274c..3dbb1de7521198daea71a864fc6b46e68103ebb6 100644 (file)
@@ -1917,9 +1917,8 @@ CREATE TABLE `0_workorders` (
   `units_issued` double NOT NULL DEFAULT '0',
   `closed` tinyint(1) NOT NULL DEFAULT '0',
   `released` tinyint(1) NOT NULL DEFAULT '0',
-  `additional_costs` double NOT NULL DEFAULT '0',
   PRIMARY KEY (`id`),
-  UNIQUE KEY `wo_ref` (`wo_ref`)
+  KEY `wo_ref` (`wo_ref`)
 ) ENGINE=InnoDB;
 
 -- Data of table `0_workorders` --