Skip to content

Commit 5aaa263

Browse files
committed
Add warning to Departure::Migration
1 parent 2e2abf3 commit 5aaa263

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/departure/migration.rb

+3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ def migrate(direction)
6363

6464
# Includes the Foreigner's Mysql2Adapter implemention in
6565
# DepartureAdapter to support foreign keys
66+
#
67+
# Warning: Foreigner only works with MySQL2, and therefore
68+
# trilogy is not supported
6669
def include_foreigner
6770
Foreigner::Adapter.safe_include(
6871
:DepartureAdapter,

0 commit comments

Comments
 (0)