Sha256: 15b4c154db89754a5405a2e5558443a665efa7cbeabd7f295c21b6d5bb9fccd4
Contents?: true
Size: 171 Bytes
Versions: 10
Compression:
Stored size: 171 Bytes
Contents
class DropNeutralVotingsTable < ActiveRecord::Migration def up drop_table :neutral_votings end def down raise ActiveRecord::IrreversibleMigration end end
Version data entries
10 entries across 10 versions & 1 rubygems