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