Skip to content

Commit fe87307

Browse files
committed
move to fk action
1 parent 521d99a commit fe87307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FluentPostgreSQL/PostgreSQLDatabase+SchemaSupporting.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ extension PostgreSQLDatabase: SchemaSupporting {
2222
public typealias SchemaConstraint = PostgreSQLTableConstraint
2323

2424
/// See `SchemaSupporting`.
25-
public typealias SchemaReferenceAction = PostgreSQLConflictResolution
25+
public typealias SchemaReferenceAction = PostgreSQLForeignKeyAction
2626

2727
/// See `SchemaSupporting`.
2828
public static func schemaField(for type: Any.Type, isIdentifier: Bool, _ column: PostgreSQLColumnIdentifier) -> PostgreSQLColumnDefinition {

0 commit comments

Comments
 (0)