Global change in naming convention from std_cost to unit_cost.
[fa-stable.git] / sql / alter2.5.sql
1 # reliable cost change log in stock_moves
2 ALTER TABLE `0_stock_moves` CHANGE COLUMN `standard_cost` `unit_cost` double NOT NULL DEFAULT '0';
3 ALTER TABLE `0_debtor_trans_details` CHANGE COLUMN `standard_cost` `unit_cost` double NOT NULL DEFAULT '0';
4