Sha256: fc93f0d16584843ea0dfb40581ea60a3b329b0accf098ea333d3af5296bb337d
Contents?: true
Size: 182 Bytes
Versions: 19
Compression:
Stored size: 182 Bytes
Contents
class AddFeatureToPosts < ActiveRecord::Migration def change add_column "#{PluginRoutes.static_system_info["db_prefix"]}posts", :is_feature, :boolean, default: false end end
Version data entries
19 entries across 19 versions & 1 rubygems