Sha256: 66b5a7794756e9af96ac647c08a61a6a245fe04c0e55da1ff633dd99fd6c1921
Contents?: true
Size: 432 Bytes
Versions: 2
Compression:
Stored size: 432 Bytes
Contents
namespace :db do namespace :paraphrase do desc 'provides a rake task to convert all migrations to sql statements for *the dba*.' task :all => :environment do Paraphraser::Convertor.convert end desc 'provides a rake task to convert all migrations in range to sql statements for *the dba*.' task :in_range => :environment do Paraphraser::Convertor.convert end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
paraphraser-0.2.3 | lib/paraphraser/railties/paraphraser.rake |
paraphraser-0.2.2 | lib/paraphraser/railties/paraphraser.rake |