mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-13 08:22:52 -04:00
move receiving database update to common database update script
This commit is contained in:
@@ -240,3 +240,6 @@ INSERT INTO `ospos_permissions` (`permission_id`, `module_id`) VALUES
|
||||
INSERT INTO `ospos_grants` (`permission_id`, `person_id`) VALUES
|
||||
('migrate', 1);
|
||||
|
||||
-- update to receivings
|
||||
|
||||
UPDATE ospos_items SET receiving_quantity = 1 WHERE receiving_quantity = 0;
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
UPDATE ospos_items SET receiving_quantity = 1 WHERE receiving_quantity = 0;
|
||||
Reference in New Issue
Block a user