Skip to content

Commit 517dbfd

Browse files
committed
Documentation changes
1 parent 352feee commit 517dbfd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/JobsPostgres/PostgresJobsQueue.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import PostgresNIO
2222

2323
/// Postgres Job queue implementation
2424
///
25-
/// The Postgres driver uses the database migration service ``/HummingbirdPostgres/PostgresMigrations``
25+
/// The Postgres driver uses the database migration service ``/PostgresMigrations/DatabaseMigrations``
2626
/// to create its database tables. Before the server is running you should run the migrations
2727
/// to build your table.
2828
/// ```
@@ -350,6 +350,7 @@ extension JobQueueDriver where Self == PostgresJobQueue {
350350
/// Return Postgres driver for Job Queue
351351
/// - Parameters:
352352
/// - client: Postgres client
353+
/// - migrations: Database migration collection to add postgres job queue migrations to
353354
/// - configuration: Queue configuration
354355
/// - logger: Logger used by queue
355356
public static func postgres(client: PostgresClient, migrations: DatabaseMigrations, configuration: PostgresJobQueue.Configuration = .init(), logger: Logger) async -> Self {

0 commit comments

Comments
 (0)