Sha256: 8c912c9c3805811f94211bb85559115030eb9aba1d944d972983f519c45dd54d
Contents?: true
Size: 182 Bytes
Versions: 16
Compression:
Stored size: 182 Bytes
Contents
class AddDeletedAtToThemes < ActiveRecord::Migration def change add_column "#{Landable.configuration.database_schema_prefix}landable.themes", :deleted_at, :timestamp end end
Version data entries
16 entries across 16 versions & 1 rubygems