Restore migration

This commit is contained in:
Kevin McConnell
2025-08-19 11:53:42 +01:00
parent 878f96eb03
commit db5676116f
@@ -1,5 +1,5 @@
class DropCommandsTable < ActiveRecord::Migration[8.1]
def change
# drop_table :commands
drop_table :commands
end
end