update insert

This commit is contained in:
stubbfel
2013-08-19 17:25:30 +02:00
parent b9760656e8
commit 4f82d22024

View File

@@ -455,6 +455,14 @@ INSERT INTO `placeinformation` (`pid`, `iid`, `value`) VALUES
(183190820, 3, 'Lehrgebäude 4/2'),
(183190822, 3, 'Lehrgebäude 4/5');
--
-- Daten für Tabelle `service`
--
INSERT INTO `service` (`id`, `name`, `sap`) VALUES
(1, 'website', 'http://www.');
--
-- Daten für Tabelle `placeservice`
--
@@ -465,13 +473,6 @@ INSERT INTO `placeservice` (`pid`, `sid`, `request`) VALUES
(3, 1, 'hslausitz.de/start.html'),
(4, 1, 'tucottbus.de/btu/');
--
-- Daten für Tabelle `service`
--
INSERT INTO `service` (`id`, `name`, `sap`) VALUES
(1, 'website', 'http://www.');
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;