mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-02-18 14:48:42 -05:00
Use ubuntu trusty for Docker container + add startup scripts (#284)
Add Grunt concatenate for sql scripts (migrate + db init) (#289)
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
-- This migration script should be run after creating tables with the regular database script and before applying the constraints.
|
||||
--
|
||||
|
||||
SOURCE tables.sql;
|
||||
|
||||
--
|
||||
-- Dumping data for table `ospos_customers`
|
||||
--
|
||||
@@ -111,4 +109,3 @@ INSERT INTO `ospos_item_quantities` (`item_id`, `location_id`, `quantity`) SELE
|
||||
INSERT INTO `ospos_suppliers` (`person_id`, `company_name`, `account_number`, `deleted`) SELECT `person_id`, `company_name`, `account_number`, `deleted` FROM `phppos`.phppos_suppliers;
|
||||
|
||||
-- Add constraints on copied data
|
||||
SOURCE constraints.sql;
|
||||
|
||||
Reference in New Issue
Block a user