Fork of github.com/did-method-plc/did-method-plc
1// NOTE this file can be edited by hand, but it is also appended to by the migrations:create command. 2// It's important that every migration is exported from here with the proper name. We'd simplify 3// this with kysely's FileMigrationProvider, but it doesn't play nicely with the build process. 4 5export * as _20221020T204908820Z from './20221020T204908820Z-operations-init' 6export * as _20230223T215019669Z from './20230223T215019669Z-refactor' 7export * as _20230406T174552885Z from './20230406T174552885Z-did-locks' 8export * as _20231128T203323431Z from './20231128T203323431Z-did-createdat-idx'