Skip to content

Commit 659150f

Browse files
authored
Merge pull request rails#52221 from heka1024/remove-unused-constant
Remove unused constant in `MySQLDatabaseTasks`
2 parents de4d874 + 45c4802 commit 659150f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

activerecord/lib/active_record/tasks/mysql_database_tasks.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
module ActiveRecord
44
module Tasks # :nodoc:
55
class MySQLDatabaseTasks # :nodoc:
6-
ER_DB_CREATE_EXISTS = 1007
7-
86
def self.using_database_configurations?
97
true
108
end

0 commit comments

Comments
 (0)