import { CreateWellknownDidIssuer1661162010000 } from './1-CreateWellknownDidIssuer'

/**
 * The migrations array that SHOULD be used when initializing a TypeORM database connection.
 *
 * These ensure the correct creation of tables and the proper migrations of data when tables change between versions.
 *
 * @public
 */
export const WellknownDidIssuerMigrations = [CreateWellknownDidIssuer1661162010000]
