Sha256: 8c387af0d9fef4e75469f5983acbd0bc15f086f6ef69be7eb946aa69ee550ca4
Contents?: true
Size: 311 Bytes
Versions: 6
Compression:
Stored size: 311 Bytes
Contents
class CreateGreenFlagRules < ActiveRecord::Migration def change create_table :green_flag_rules do |t| t.string :group_key t.integer :feature_id t.integer :order_by t.integer :percentage t.timestamps end add_index :green_flag_rules, [:feature_id, :order_by] end end
Version data entries
6 entries across 6 versions & 1 rubygems