We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb91c7 commit 54fe2b3Copy full SHA for 54fe2b3
Sources/PostgresMigrations/Migrations.swift
@@ -50,7 +50,7 @@ public actor DatabaseMigrations {
50
51
/// Add migrations to list of migrations to be be applied
52
/// - Parameters
53
- /// - migration: DatabaseMigration to be applied
+ /// - migrations: Collection of DatabaseMigrations to be applied
54
/// - skipDuplicates: Only add migration if it doesn't exist in the list
55
public func add(_ migrations: some Collection<DatabaseMigration>, skipDuplicates: Bool = false) {
56
for migration in migrations {
0 commit comments