Merge pull request #52221 from heka1024/remove-unused-constant

Remove unused constant in `MySQLDatabaseTasks`
This commit is contained in:
Eugene Kenny 2024-06-26 13:42:06 +01:00 committed by GitHub
commit 659150f000
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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