Sha256: 9384bc367309fc34a54b024bd9ab229aca0e4688ef73f5a3f0c3f14cd1d9a03e
Contents?: true
Size: 518 Bytes
Versions: 18
Compression:
Stored size: 518 Bytes
Contents
class AddAbstractAndHeroAssetToPagesAndPageRevisions < Landable::Migration def change add_column "#{Landable.configuration.database_schema_prefix}landable.pages", :abstract, :text add_column "#{Landable.configuration.database_schema_prefix}landable.pages", :hero_asset_id, :uuid add_column "#{Landable.configuration.database_schema_prefix}landable.page_revisions", :abstract, :text add_column "#{Landable.configuration.database_schema_prefix}landable.page_revisions", :hero_asset_id, :uuid end end
Version data entries
18 entries across 18 versions & 1 rubygems