Sha256: e9be336e2f522c8fa0c2f287574ef51d8393f5f096b2bed52f404063ad9d5caa

Contents?: true

Size: 401 Bytes

Versions: 1

Compression:

Stored size: 401 Bytes

Contents

# This migration comes from pageflow (originally 20140624135420)
class CreateThemings < ActiveRecord::Migration
  def change
    create_table :pageflow_themings do |t|
      t.string :imprint_link_url
      t.string :imprint_link_label
      t.string :copyright_link_url
      t.string :copyright_link_label

      t.belongs_to :account
      t.belongs_to :theme

      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pageflow-sitemap-0.1.0 spec/d/r/db/migrate/20150209101542_create_themings.pageflow.rb