Sha256: e44435520abcb430bb69178a0cb14c2cab0f1880430ff81044f2983fac322fd7
Contents?: true
Size: 220 Bytes
Versions: 23
Compression:
Stored size: 220 Bytes
Contents
class <%= name.camelize %> < ActiveRecord::Migration[<%= migration_version %>] def up Aws::SessionStore::DynamoDB::Table.create_table end def down Aws::SessionStore::DynamoDB::Table.delete_table end end
Version data entries
23 entries across 23 versions & 1 rubygems