From db5676116fc766bb2578b2cee67a6bd874a66fbe Mon Sep 17 00:00:00 2001 From: Kevin McConnell Date: Tue, 19 Aug 2025 11:53:42 +0100 Subject: [PATCH] Restore migration --- ..._commands_table.rb => 20250819105245_drop_commands_table.rb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename db/migrate/{20250818104141_drop_commands_table.rb => 20250819105245_drop_commands_table.rb} (74%) diff --git a/db/migrate/20250818104141_drop_commands_table.rb b/db/migrate/20250819105245_drop_commands_table.rb similarity index 74% rename from db/migrate/20250818104141_drop_commands_table.rb rename to db/migrate/20250819105245_drop_commands_table.rb index d15c63930..752c60001 100644 --- a/db/migrate/20250818104141_drop_commands_table.rb +++ b/db/migrate/20250819105245_drop_commands_table.rb @@ -1,5 +1,5 @@ class DropCommandsTable < ActiveRecord::Migration[8.1] def change - # drop_table :commands + drop_table :commands end end