UpdateEventSchema_NeedsPhotographer
struct UpdateEventSchema_NeedsPhotographer : AsyncMigration
Migration to add the ‘needsPhotographer’ bool to Event records.
-
prepare(on:
Asynchronous) Declaration
Swift
func prepare(on database: Database) async throws
-
revert(on:
Asynchronous) Declaration
Swift
func revert(on database: Database) async throws