Syncro für Berechtigungen WaWi->FHC

This commit is contained in:
Andreas Österreicher
2010-12-21 14:59:19 +00:00
parent dc1c0d4dc1
commit 5a8822a88d
5 changed files with 345 additions and 4 deletions
-1
View File
@@ -1593,7 +1593,6 @@ if(!@$db->db_query('SELECT * FROM wawi.tbl_konto LIMIT 1'))
GRANT SELECT, UPDATE ON SEQUENCE wawi.seq_bestellung_bestellung_id TO wawi;
GRANT SELECT, UPDATE ON SEQUENCE wawi.seq_bestelldetail_bestelldetail_id TO wawi;
-- INDEX
CREATE INDEX idx_bestelldetail_bestellung_id ON wawi.tbl_bestelldetail (bestellung_id);