View difference between Paste ID: BUkDgcgt and 8ycCUk5E
SHOW: | | - or go back to the newest paste.
1-
set @refundsPaymentsOrdersEntityId = 96;
1+
ALTER TABLE `refunds`
2-
set @refundsEntityId = 97;
2+
	ADD COLUMN `customer_1c_lastname` VARCHAR(200) NOT NULL DEFAULT '' AFTER `customer_1c_name`,
3-
set @returnReceiptEntityTypeId = 231;
3+
	ADD COLUMN `customer_1c_firstname` VARCHAR(200) NOT NULL DEFAULT '' AFTER `customer_1c_lastname`,
4-
set @returnAdvanceEntityTypeId = 232;
4+
	ADD COLUMN `customer_1c_surname` VARCHAR(200) NOT NULL DEFAULT '' AFTER `customer_1c_firstname`;