Method: CreateZipMetaTable.down

Defined in:
lib/generators/templates/create_zip_meta_table.rb

.downObject



18
19
20
# File 'lib/generators/templates/create_zip_meta_table.rb', line 18

def self.down
  drop_table :zip_meta
end