Sha256: ab6cf2b338998e61fa00fcc31b71d7f86d686a15c82e2757dd360244e58f36be

Contents?: true

Size: 208 Bytes

Versions: 40

Compression:

Stored size: 208 Bytes

Contents

class CreateAccountsThemesJoinTable < ActiveRecord::Migration
  def change
    create_table :pageflow_accounts_themes, id: false do |t|
      t.belongs_to :account
      t.belongs_to :theme
    end
  end
end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
pageflow-12.6.0 db/migrate/20140624135424_create_accounts_themes_join_table.rb
pageflow-12.5.0 db/migrate/20140624135424_create_accounts_themes_join_table.rb
pageflow-12.4.1 db/migrate/20140624135424_create_accounts_themes_join_table.rb
pageflow-12.4.0 db/migrate/20140624135424_create_accounts_themes_join_table.rb
pageflow-12.3.0 db/migrate/20140624135424_create_accounts_themes_join_table.rb
pageflow-12.2.0 db/migrate/20140624135424_create_accounts_themes_join_table.rb
pageflow-12.1.0 db/migrate/20140624135424_create_accounts_themes_join_table.rb
pageflow-12.0.4 db/migrate/20140624135424_create_accounts_themes_join_table.rb
pageflow-12.0.3 db/migrate/20140624135424_create_accounts_themes_join_table.rb
pageflow-12.0.2 db/migrate/20140624135424_create_accounts_themes_join_table.rb
pageflow-12.0.1 db/migrate/20140624135424_create_accounts_themes_join_table.rb
pageflow-12.0.0 db/migrate/20140624135424_create_accounts_themes_join_table.rb
pageflow-12.0.0.rc7 db/migrate/20140624135424_create_accounts_themes_join_table.rb
pageflow-12.0.0.rc6 db/migrate/20140624135424_create_accounts_themes_join_table.rb
pageflow-0.11.4 db/migrate/20140624135424_create_accounts_themes_join_table.rb
pageflow-12.0.0.rc5 db/migrate/20140624135424_create_accounts_themes_join_table.rb
pageflow-12.0.0.rc4 db/migrate/20140624135424_create_accounts_themes_join_table.rb
pageflow-12.0.0.rc3 db/migrate/20140624135424_create_accounts_themes_join_table.rb
pageflow-12.0.0.rc2 db/migrate/20140624135424_create_accounts_themes_join_table.rb
pageflow-12.0.0.rc1 db/migrate/20140624135424_create_accounts_themes_join_table.rb