We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e2abf3 commit 5aaa263Copy full SHA for 5aaa263
lib/departure/migration.rb
@@ -63,6 +63,9 @@ def migrate(direction)
63
64
# Includes the Foreigner's Mysql2Adapter implemention in
65
# DepartureAdapter to support foreign keys
66
+ #
67
+ # Warning: Foreigner only works with MySQL2, and therefore
68
+ # trilogy is not supported
69
def include_foreigner
70
Foreigner::Adapter.safe_include(
71
:DepartureAdapter,
0 commit comments