diff options
| author | Luc Donnet | 2017-09-18 15:00:00 +0200 | 
|---|---|---|
| committer | Luc Donnet | 2017-09-18 15:00:00 +0200 | 
| commit | 196f739a0d9ac8a911b5ac032dca383d646872f3 (patch) | |
| tree | 788846a7ea7b024f2b5f70f894c3f2871f4a0f3b /lib/tasks | |
| parent | cfd1dd541fcfb0f8a4a4cd1b307456344eca40a0 (diff) | |
| download | chouette-core-196f739a0d9ac8a911b5ac032dca383d646872f3.tar.bz2 | |
Fix table name compliance_check_result to compliance_check_message Refs #4390 @2
Diffstat (limited to 'lib/tasks')
| -rw-r--r-- | lib/tasks/erd.rake | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lib/tasks/erd.rake b/lib/tasks/erd.rake index a9b1a3454..6b79967de 100644 --- a/lib/tasks/erd.rake +++ b/lib/tasks/erd.rake @@ -3,10 +3,10 @@ namespace :generate do    desc "Create model diagrams for Chouette"    task :model_diagram  => :environment do      sh "bundle exec rake erd only='Organisation,Referential,User,Workbench' filename='organisation' title='Organisation'" -    sh "bundle exec rake erd only='Calendar,Referential,Chouette::Line,Chouette::Route,Chouette::JourneyPattern,Chouette::VehicleJourney,Chouette::VehicleJourneyAtStop,Chouette::TimeTable,Chouette::TimeTableDate,Chouette::TimeTablePeriod,Chouette::Footnote,Chouette::Network,Chouette::Company,Chouette::StopPoint,Chouette::StopArea' filename='offer_datas' title='Offer Datas'" +    sh "bundle exec rake erd only='Calendar,Referential,ReferentialMetadata,Chouette::Line,Chouette::Route,Chouette::JourneyPattern,Chouette::VehicleJourney,Chouette::VehicleJourneyAtStop,Chouette::TimeTable,Chouette::TimeTableDate,Chouette::TimeTablePeriod,Chouette::Footnote,Chouette::Network,Chouette::Company,Chouette::StopPoint,Chouette::StopArea' filename='offer_datas' title='Offer Datas'"      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='' filename='validation' title='Validation'" +    sh "bundle exec rake erd only='ComplianceControlSet,ComplianceControlBlock,ComplianceControl,ComplianceCheckSet,ComplianceCheckBlock,ComplianceCheck,ComplianceCheckResource,ComplianceCheckMessage' filename='validation' title='Validation'"      #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'" | 
