aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks
diff options
context:
space:
mode:
authorcedricnjanga2017-10-24 19:10:11 +0200
committercedricnjanga2017-10-24 19:10:11 +0200
commita8ae0d3bf9105b17bfdb6dc22f527140f8edb6dd (patch)
tree50bb2f3af42be39b85c17d070971b218c2b495a5 /lib/tasks
parent545671efd71380722dbc3272f5f513ea684891bd (diff)
parent2568e7f7553c82adb0bed1521ef9f013df9df87e (diff)
downloadchouette-core-a8ae0d3bf9105b17bfdb6dc22f527140f8edb6dd.tar.bz2
Merge branch 'master' into staging
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/erd.rake4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tasks/erd.rake b/lib/tasks/erd.rake
index 6b79967de..e2665374e 100644
--- a/lib/tasks/erd.rake
+++ b/lib/tasks/erd.rake
@@ -7,9 +7,9 @@ namespace :generate do
sh "bundle exec rake erd only='Organisation,StopAreaReferential,StopAreaReferentialSync,StopAreaReferentialSyncMessage,StopAreaReferentialMembership,LineReferential,LineReferentialSync,LineReferentialSyncMessage,LineReferentialMembership' filename='referentiels_externes' title='Référentiels externes'"
sh "bundle exec rake erd only='NetexImport,Import,WorkbenchImport,ImportResource,ImportMessage' filename='import' title='Import'"
sh "bundle exec rake erd only='ComplianceControlSet,ComplianceControlBlock,ComplianceControl,ComplianceCheckSet,ComplianceCheckBlock,ComplianceCheck,ComplianceCheckResource,ComplianceCheckMessage' filename='validation' title='Validation'"
+ sh "bundle exec rake erd only='Organisation,Workbench,ReferentialSuite,Referential' filename='merge' title='Merge'"
#sh "bundle exec rake erd only='VehicleJourney,VehicleJourneyExport' filename='export' title='Export'"
- #sh "bundle exec rake erd only='' filename='intégration' title='Integration'"
- #sh "bundle exec rake erd only='' filename='fusion' title='Fusion'"
+ #sh "bundle exec rake erd only='' filename='integration' title='Integration'"
#sh "bundle exec rake erd only='' filename='publication' title='Publication'"
end