Sha256: ed23633936b495908c9f92ccca887ce80690a7cd6c0c9a6e52cc201a45b0436d
Contents?: true
Size: 271 Bytes
Versions: 39
Compression:
Stored size: 271 Bytes
Contents
class CreateTerminalProfilePromotions < ActiveRecord::Migration def change create_table :terminal_profile_promotions do |t| t.belongs_to :terminal_profile t.belongs_to :provider t.integer :priority t.timestamps end end end
Version data entries
39 entries across 39 versions & 1 rubygems