mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-26 01:53:16 -04:00
Newer migration support (#1576)
This commit is contained in:
@@ -366,7 +366,6 @@ INSERT INTO `ospos_modules` (`name_lang_key`, `desc_lang_key`, `sort`, `module_i
|
||||
('module_items', 'module_items_desc', 20, 'items'),
|
||||
('module_item_kits', 'module_item_kits_desc', 30, 'item_kits'),
|
||||
('module_messages', 'module_messages_desc', 100, 'messages'),
|
||||
('module_migrate', 'module_migrate_desc', 120, 'migrate'),
|
||||
('module_office', 'module_office_desc', 1, 'office'),
|
||||
('module_receivings', 'module_receivings_desc', 60, 'receivings'),
|
||||
('module_reports', 'module_reports_desc', 50, 'reports'),
|
||||
@@ -442,7 +441,6 @@ INSERT INTO `ospos_permissions` (`permission_id`, `module_id`) VALUES
|
||||
('items', 'items'),
|
||||
('item_kits', 'item_kits'),
|
||||
('messages', 'messages'),
|
||||
('migrate', 'migrate'),
|
||||
('office', 'office'),
|
||||
('receivings', 'receivings'),
|
||||
('reports', 'reports'),
|
||||
@@ -494,7 +492,6 @@ INSERT INTO `ospos_grants` (`permission_id`, `person_id`, `menu_group`) VALUES
|
||||
('items', 1, 'home'),
|
||||
('item_kits', 1, 'home'),
|
||||
('messages', 1, 'home'),
|
||||
('migrate', 1, 'office'),
|
||||
('receivings', 1, 'home'),
|
||||
('reports', 1, 'home'),
|
||||
('sales', 1, 'home'),
|
||||
|
||||
Reference in New Issue
Block a user