Sha256: c71f674d46ed9d3e2badff3090f49afb364aae5ee5b0fa9c0480f50e4506b538
Contents?: true
Size: 307 Bytes
Versions: 27
Compression:
Stored size: 307 Bytes
Contents
class CreateCoalescingPandaOauthStates < CoalescingPanda::MiscHelper::MigrationClass def change create_table :coalescing_panda_oauth_states do |t| t.string :state_key t.text :data t.timestamps end add_index :coalescing_panda_oauth_states, :state_key, unique: true end end
Version data entries
27 entries across 27 versions & 1 rubygems