Sha256: 15244475fd2b3ea97748fd471f6ae5b18f422b5043abc3ccb1b5fb2a38937f6c
Contents?: true
Size: 196 Bytes
Versions: 1
Compression:
Stored size: 196 Bytes
Contents
class <%= @migration_class_name %> < Dynomite::Migration def up delete_table :<%= @table_name %> end end # More examples: https://v5.docs.rubyonjets.com/docs/database/dynamodb/migration/
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dynomite-2.0.3 | lib/dynomite/migration/templates/delete_table.rb |