-
prepare(on:Asynchronous) Required by
Migrationprotocol. Renames the “Where and When” category to “Splashdot”Declaration
Swift
func prepare(on database: Database) async throwsParameters
databaseA 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 throwsParameters
connThe database connection.
Return Value
Void.
View on GitHub