RenameWhereAndWhen

struct RenameWhereAndWhen : AsyncMigration
  • prepare(on:) Asynchronous

    Required by Migration protocol. Renames the “Where and When” category to “Splashdot”

    Declaration

    Swift

    func prepare(on database: Database) async throws

    Parameters

    database

    A connection to the database, provided automatically.

    Return Value

    Void.

  • revert(on:) Asynchronous

    Undoes this migration, renaming the category back to “Where and When”

    Declaration

    Swift

    func revert(on database: Database) async throws

    Parameters

    conn

    The database connection.

    Return Value

    Void.