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

8 lines
129 B
Ruby
Raw Permalink Normal View History

2024-06-21 09:25:41 +00:00
# frozen_string_literal: true
class DropCounters < ActiveRecord::Migration[7.1]
def change
drop_table :counters
end
end