tabletop-companion/db/migrate/20240621091420_drop_counter...

8 lines
129 B
Ruby

# frozen_string_literal: true
class DropCounters < ActiveRecord::Migration[7.1]
def change
drop_table :counters
end
end