Sha256: e25025dd62d9743b2a3b9122d5c1a4b46bee804fe130e81c34bf4b9079bc6be1
Contents?: true
Size: 562 Bytes
Versions: 3
Compression:
Stored size: 562 Bytes
Contents
Description: Generates an ActiveRecord migration for deleting and a creating a DynamoDB sessions table. The migration will be run when the command `rake db:migrate` is run in the command line. Example: `rails generate dynamo_db:session_store_migration` This will create: db/migrate/#{VERSION}_create_dynamo_db_sessions_table.rb Optionally, you can specify the name of the migration: `rails generate dynamo_db:session_store_migration MIGRATION_NAME` This will create: db/migrate/#{VERSION}_<MIGRATION_NAME>.rb
Version data entries
3 entries across 3 versions & 1 rubygems