Sha256: dfa43ec043019b7e34c55b1965a7d98d4db514e9cc3004a341cd46a2224f3b9f
Contents?: true
Size: 385 Bytes
Versions: 56
Compression:
Stored size: 385 Bytes
Contents
class CreateDgPlv8V1Fns < ActiveRecord::Migration[4.2] def change connection.execute <<-SQL -- required to utilize plv8 extension CREATE EXTENSION IF NOT EXISTS plv8; SQL marty_path = Gem.loaded_specs["marty"].full_gem_path Dir.glob("#{marty_path}/db/js/*_v1.js") do |f| connection.execute(Marty::Migrations.get_plv8_migration(f)) end end end
Version data entries
56 entries across 56 versions & 1 rubygems