Skip to content

Commit 3972182

Browse files
committed
remove extraneous fixme
1 parent c826e75 commit 3972182

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/FluentPostgreSQL/PostgreSQLDatabase+SchemaSupporting.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ extension PostgreSQLDatabase: SchemaSupporting {
8585
dataType = .array(dataType)
8686
}
8787

88-
// FIXME: is array support
8988
return .columnDefinition(column, dataType, constraints)
9089
}
9190

0 commit comments

Comments
 (0)