Sha256: 1a89b47094fbf2fa5e253ea92b7af365d3eaff3279ef41b8ae42e19a806b121e
Contents?: true
Size: 410 Bytes
Versions: 22
Compression:
Stored size: 410 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 how to work with Partitioned DML in ActiveRecord." task :run do Dir.chdir("..") { sh "bundle exec rake run[partitioned-dml]" } end
Version data entries
22 entries across 22 versions & 1 rubygems