mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Fix missing method in deletion
This commit is contained in:
parent
afc45492e0
commit
8c1a0eba33
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ module DatabaseCleaner::ActiveRecord
|
|||
INFORMATION_SCHEMA.TABLES
|
||||
WHERE
|
||||
table_schema = '#{db_name}'
|
||||
AND table_name <> '#{migration_table_name}';
|
||||
AND table_name <> '#{::DatabaseCleaner::ActiveRecord::Base.migration_table_name}';
|
||||
SQL
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue