Files
opensourcepos/database/2.3.2_to_2.3.3.sql
FrancescoUK cc06d93d30 Remove LICENSE file (use COPYING now instead)
Update agency_name constraint in update script
Show supplier_id in suppliers for use with item excel import
2015-08-09 12:01:09 +02:00

3 lines
81 B
SQL

ALTER TABLE `ospos_suppliers`
ADD COLUMN `agency_name` VARCHAR(255) NOT NULL;