sql fixes for webcraft mods, updated system reference rhein
This commit is contained in:
parent
42ab2d8a8b
commit
6112735548
@ -1 +1,2 @@
|
||||
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES (100, 42, 2, 3, 'getpdf', 'billid', 'UINT');
|
||||
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES (5100, 42, 0, 0, 'saimod_webcraft_billing_satelite', 'action', NULL);
|
||||
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES (5101, 42, 2, 5100, 'getpdf', 'billid', 'UINT');
|
||||
Reference in New Issue
Block a user