Sha256: 71cd8d99959de9e70dba84d12bedde0de8b1c0cba0d6ff2bd903c790217adb42

Contents?: true

Size: 188 Bytes

Versions: 3

Compression:

Stored size: 188 Bytes

Contents

class <%= @migration_class_name %> < Dynomite::Migration
  def up
    delete_table :<%= @table_name %>
  end
end

# More examples: https://rubyonjets.com/docs/database/dynamodb/migration/

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dynomite-2.0.2 lib/dynomite/migration/templates/delete_table.rb
dynomite-2.0.1 lib/dynomite/migration/templates/delete_table.rb
dynomite-2.0.0 lib/dynomite/migration/templates/delete_table.rb