Sha256: 33caae83740138949051ef83c7ad406ea3757b5c088f4e47a1ac8c8d6cd2b9e8

Contents?: true

Size: 131 Bytes

Versions: 16

Compression:

Stored size: 131 Bytes

Contents

module AlephExecutables
  class UpdateDb < BundleRunner
    def execute!
      run 'rake db:migrate', :rails_env
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
aleph_analytics-0.4.9.pre.dev bin/executables/update_db.rb
aleph_analytics-0.4.8 bin/executables/update_db.rb
aleph_analytics-0.4.7 bin/executables/update_db.rb
aleph_analytics-0.4.4 bin/executables/update_db.rb
aleph_analytics-0.4.2 bin/executables/update_db.rb
aleph_analytics-0.4.1 bin/executables/update_db.rb
aleph_analytics-0.3.0 bin/executables/update_db.rb
aleph_analytics-0.2.0 bin/executables/update_db.rb
aleph_analytics-0.1.0 bin/executables/update_db.rb
aleph_analytics-0.0.6 bin/executables/update_db.rb
aleph_analytics-0.0.5 bin/executables/update_db.rb
aleph_analytics-0.0.4 bin/executables/update_db.rb
aleph_analytics-0.0.3 bin/executables/update_db.rb
aleph_analytics-0.0.2 bin/executables/update_db.rb
aleph_analytics-0.0.1.alpha bin/executables/update_db.rb
aleph_analytics-0.0.0.alpha bin/executables/update_db.rb