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