From cafc6e55b09c8043289d5ba105247dbc75e7dca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=BCbner?= Date: Sun, 16 Apr 2017 22:19:41 +0200 Subject: [PATCH] Add load relations command description, add relations --- app/Resources/relations/alias_model.yml | 36 ++++++++++++++++++- app/Resources/relations/part_model.yml | 5 --- src/AppBundle/Command/LoadRelationCommand.php | 4 +-- 3 files changed, 37 insertions(+), 8 deletions(-) diff --git a/app/Resources/relations/alias_model.yml b/app/Resources/relations/alias_model.yml index 2a972f2..095ec1f 100644 --- a/app/Resources/relations/alias_model.yml +++ b/app/Resources/relations/alias_model.yml @@ -121,6 +121,22 @@ u9147p01c06: u9147p01c02 u9147p02c02: u9147p01c02 u9147p03c02: u9147p01c02 +# Figure Fabuland Monkey +u595p01c08: u595p01c04 +u595p01c07: u595p01c04 +u595p01c06: u595p01c04 +u595p01c05: u595p01c04 + +# Figure Fabuland Monkey Head +u595p02c03: u595p02c02 + +# Figure Fabuland Monkey 2 +u595p02c05: u595p02c04 + +# Figure Fabuland Mouse 1 +u9105p01c06: u9105p01c02 +u9105p01c03: u9105p01c02 + # Figure Fabuland Elephant Head u588p02c02: u588p01c02 @@ -183,4 +199,22 @@ u588p02c02: u588p01c02 32181c03: 32181c01 76019: 76244 -4107539: 76244 \ No newline at end of file +4107539: 76244 + +3680c02: 3680c01 +4221774: 3680c01 +9245: 3680c01 +9246: 3680c01 +9258: 3680c01 +9328: 3680c01 +9352: 3680c01 + +4508c01: 251c01 + +4100338: 2557c01 +4100340: 6051c01 + +4100339: 2559c01 +75192: 2977c01 + +4539364: 64776 \ No newline at end of file diff --git a/app/Resources/relations/part_model.yml b/app/Resources/relations/part_model.yml index 5edac4f..31c85be 100644 --- a/app/Resources/relations/part_model.yml +++ b/app/Resources/relations/part_model.yml @@ -89,7 +89,6 @@ 10119: 51704 3149: 3149d 75998: 4493c00 -10119: 51704 30658: 3404 59275: 2599 @@ -168,10 +167,6 @@ wheel2a: 568c01 76320: 32181c02 -76320: 32181c02 - -58123b: 58123p01 - 95292c01: 75348 2909c03: 75348 2909c02: 75348 diff --git a/src/AppBundle/Command/LoadRelationCommand.php b/src/AppBundle/Command/LoadRelationCommand.php index bffaaf8..d90ebeb 100644 --- a/src/AppBundle/Command/LoadRelationCommand.php +++ b/src/AppBundle/Command/LoadRelationCommand.php @@ -12,8 +12,8 @@ class LoadRelationCommand extends ContainerAwareCommand { $this ->setName('app:load:relations') - ->setDescription('Loads relations between LDraw models and Rebrickable parts') - ->setHelp('This command allows you to..'); + ->setDescription('Loads relations between LDraw models and Rebrickable parts.') + ->setHelp('This command allows you to load relation between models and parts into database.'); } protected function execute(InputInterface $input, OutputInterface $output)