sql fixes for webcraft mods, updated system reference rhein

This commit is contained in:
Ulf Gebhardt 2014-06-03 01:46:57 +02:00
parent 42ab2d8a8b
commit 6112735548

View File

@ -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');