diff options
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/lib/active_record/errors.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/errors.rb b/activerecord/lib/active_record/errors.rb index 7c8be37326..78ff2756f9 100644 --- a/activerecord/lib/active_record/errors.rb +++ b/activerecord/lib/active_record/errors.rb @@ -124,7 +124,7 @@ module ActiveRecord end # Raised when a foreign key constraint cannot be added because the column type does not match the referenced column type. - class MismatchedForeignKey < WrappedDatabaseException + class MismatchedForeignKey < StatementInvalid def initialize(adapter = nil, message: nil, table: nil, foreign_key: nil, target_table: nil, primary_key: nil) @adapter = adapter if table |