X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sql%2Falter2.4.sql;h=727e91c3a39e83c979ff677fb058f5382d156edc;hb=33dfc21a26f08e9ac19048bbcf80cce2351a6cfe;hp=55fc2ab63e49e06e73ff34bfc4f9c66c98c5c9dd;hpb=cfaa5cec1f5137bcc1599a4306879e3265d1dacd;p=fa-stable.git diff --git a/sql/alter2.4.sql b/sql/alter2.4.sql index 55fc2ab6..727e91c3 100644 --- a/sql/alter2.4.sql +++ b/sql/alter2.4.sql @@ -236,4 +236,6 @@ UPDATE `0_stock_moves` SET price = price*(1-discount_percent); ALTER TABLE `0_stock_moves` DROP COLUMN `discount_percent`; +ALTER TABLE `0_stock_moves` DROP COLUMN `person_id`; + DROP TABLE IF EXISTS `0_movement_types`;