Sha256: fc073b41ee7e751a7c39f10d6343c9a4d9349afb83b6f1834445c72b23aa1301
Contents?: true
Size: 270 Bytes
Versions: 10
Compression:
Stored size: 270 Bytes
Contents
# frozen_string_literal: true # This migration comes from spree (originally 20180313220213) class AddAvailableLocalesToStores < ActiveRecord::Migration[5.1] def change change_table :spree_stores do |t| t.column :available_locales, :string end end end
Version data entries
10 entries across 10 versions & 2 rubygems