Merge branch 'master' of github.com:volkszaehler/volkszaehler.org
This commit is contained in:
commit
5f20335a4d
3 changed files with 0 additions and 11 deletions
Binary file not shown.
|
@ -46,14 +46,3 @@ INSERT INTO `properties` (`id`, `entity_id`, `key`, `value`) VALUES
|
|||
(12, 9, 'resolution', '2000'),
|
||||
(13, 10, 'title', 'test'),
|
||||
(14, 10, 'resolution', '2000');
|
||||
|
||||
--
|
||||
-- Constraints der exportierten Tabellen
|
||||
--
|
||||
|
||||
--
|
||||
-- Constraints der Tabelle `properties`
|
||||
--
|
||||
ALTER TABLE `properties`
|
||||
ADD CONSTRAINT `properties_ibfk_1` FOREIGN KEY (`entity_id`) REFERENCES `entities` (`id`);
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue