UNPKG

@sphereon/ssi-sdk.wellknown-did-issuer

Version:

11 lines (9 loc) 406 B
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]