Sha256: 671dbcbd646e3ec47ebddf597d7f0bda8714e1828a8b62c3a0f40788895ea49e

Contents?: true

Size: 309 Bytes

Versions: 4

Compression:

Stored size: 309 Bytes

Contents

class DropSeparateDriverTypeTables < ActiveRecord::Migration
  def up
    drop_table :extface_pos_print_drivers
    drop_table :extface_raw_drivers
    drop_table :extface_fiscal_print_drivers
    drop_table :extface_pbx_cdr_drivers
  end
  
  def down
    raise ActiveRecord::IrreversibleMigration
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
extface-0.1.4 db/migrate/20140303113217_drop_separate_driver_type_tables.rb
extface-0.1.3 db/migrate/20140303113217_drop_separate_driver_type_tables.rb
extface-0.1.2 db/migrate/20140303113217_drop_separate_driver_type_tables.rb
extface-0.1.1 db/migrate/20140303113217_drop_separate_driver_type_tables.rb