CreateTestData
struct CreateTestData : AsyncMigrationA Migration that seeds the db with test data. Once we have clients that can post data, we can get rid of this file.
- 
                  prepare(on:Asynchronous) DeclarationSwift func prepare(on database: Database) async throws
- 
                  revert(on:Asynchronous) DeclarationSwift func revert(on database: Database) async throws
- 
                  createTestTwarrts(on:Asynchronous) DeclarationSwift func createTestTwarrts(on database: Database) async throws
- 
                  createTestForumPosts(on:Asynchronous) DeclarationSwift func createTestForumPosts(on database: Database) async throws
- 
                  createTestLargeForumPosts(on:Asynchronous) DeclarationSwift func createTestLargeForumPosts(on database: Database) async throws
- 
                  
                  DeclarationSwift let longPost: String
- 
                  createTestLargeSeamailThread(on:Asynchronous) DeclarationSwift func createTestLargeSeamailThread(on database: Database) async throws
 View on GitHub
            View on GitHub
           CreateTestData Structure Reference
      CreateTestData Structure Reference