Remove unused constant in MySQLDatabaseTasks

This commit is contained in:
heka1024 2024-06-26 16:43:00 +09:00
parent de4d874474
commit 45c4802459

@ -3,8 +3,6 @@
module ActiveRecord
module Tasks # :nodoc:
class MySQLDatabaseTasks # :nodoc:
ER_DB_CREATE_EXISTS = 1007
def self.using_database_configurations?
true
end