X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sql%2Fen_US-demo.sql;h=20d7d2e720a5ec3893b360e827dc2fe4c490ee04;hb=d33885e362355a59606b95a3ef8c73f68e7631c2;hp=ca9656ba81c2fdd011ec28047d1723b5241211a3;hpb=a9ef5cd6f4e00b4f287f113de9f865b6ea439b8e;p=fa-stable.git diff --git a/sql/en_US-demo.sql b/sql/en_US-demo.sql index ca9656ba..20d7d2e7 100644 --- a/sql/en_US-demo.sql +++ b/sql/en_US-demo.sql @@ -2269,14 +2269,13 @@ 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 AUTO_INCREMENT=4 ; -- Data of table `0_workorders` -- INSERT INTO `0_workorders` VALUES -('1', '001/2018', 'DEF', '2', '201', '2018-05-05', '0', '2018-05-05', '2018-05-05', '2', '1', '1', '0'), -('2', '002/2018', 'DEF', '5', '201', '2018-05-07', '2', '2018-05-27', '2018-05-07', '0', '0', '1', '0'), -('3', '003/2018', 'DEF', '5', '201', '2018-05-07', '2', '2018-05-27', '0000-00-00', '0', '0', '0', '0'); \ No newline at end of file +('1', '001/2018', 'DEF', '2', '201', '2018-05-05', '0', '2018-05-05', '2018-05-05', '2', '1', '1'), +('2', '002/2018', 'DEF', '5', '201', '2018-05-07', '2', '2018-05-27', '2018-05-07', '0', '0', '1'), +('3', '003/2018', 'DEF', '5', '201', '2018-05-07', '2', '2018-05-27', '0000-00-00', '0', '0', '0'); \ No newline at end of file