Sha256: 570b4bce22bae6581262ccebf92c45bfa2ed3b40b573bc9e645b7f635cfc1cb1
Contents?: true
Size: 449 Bytes
Versions: 24
Compression:
Stored size: 449 Bytes
Contents
# Copyright 2021 Google LLC # # Use of this source code is governed by an MIT-style # license that can be found in the LICENSE file or at # https://opensource.org/licenses/MIT. require_relative "../config/environment" require "sinatra/activerecord/rake" desc "Sample showing the best practice for executing migrations (schema updates) on Cloud Spanner in ActiveRecord." task :run do Dir.chdir("..") { sh "bundle exec rake run[migrations]" } end
Version data entries
24 entries across 24 versions & 1 rubygems