Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
5
temp/BJUT7zE1yp/addons/club_point/sql/1.6.sql
Normal file
5
temp/BJUT7zE1yp/addons/club_point/sql/1.6.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE `club_point_details`
|
||||
ADD `converted_amount` DOUBLE(25,2) NULL DEFAULT '0.00' AFTER `point`,
|
||||
ADD `refunded` INT(1) NOT NULL DEFAULT '0' AFTER `converted_amount`;
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user