mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-10 15:06:26 -04:00
Create 3.4.0_decimal_attribute_type.sql
Adding migration script for database add of DECIMAL attribute type
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE ospos_attribute_values
|
||||
ADD COLUMN attribute_decimal DECIMAL(7,3) DEFAULT NULL AFTER attribute_datetime;
|
||||
Reference in New Issue
Block a user