Sha256: 92b8215396eebe0241c700215ba61b32d188a4f13614bec194051f0cdc0da270
Contents?: true
Size: 227 Bytes
Versions: 50
Compression:
Stored size: 227 Bytes
Contents
# frozen_string_literal: true namespace :qa_server do namespace :install do desc 'Copy migrations from QaServer to application' task migrations: :environment do QaServer::DatabaseMigrator.copy end end end
Version data entries
50 entries across 50 versions & 1 rubygems