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