diff --git a/tasks/db.rake b/tasks/db.rake index f16915977..d253d6b28 100644 --- a/tasks/db.rake +++ b/tasks/db.rake @@ -96,6 +96,7 @@ namespace :db do PactBroker::Database.ensure_database_dir_exists end + desc 'Annotate the Sequel domain classes with schema information' task :annotate =>['db:set_postgres_database_adapter', 'db:migrate'] do load 'tasks/database/annotate.rb' require 'pact_broker/db'