- 
                  prepare(on:Asynchronous) Required by Migrationprotocol. Creates a set of forums for the schedule events.DeclarationSwift func prepare(on database: Database) async throwsParametersdatabaseA connection to the database, provided automatically. Return ValueVoid. 
- 
                  revert(on:Asynchronous) Deletes all the event forums created by this migration. DeclarationSwift func revert(on database: Database) async throwsParametersdatabaseA connection to the database, provided automatically. Return ValueVoid. 
- 
                  
                  Declaration
- 
                  
                  Builds a text string for posting to the Events forum thread for an Event. This post is created by admin. On initial Events migration, each Event gets a thread in the Events category associated with it, and each thread gets an initial post.DeclarationSwift static func buildEventPostText(_ event: Event) -> StringParameterseventThe event for which to produce a blurb. Return ValueA string suitable for adding to a ForumPost, describing the event. 
 View on GitHub
            View on GitHub
           SetInitialEventForums Structure Reference
      SetInitialEventForums Structure Reference