mirror of
https://github.com/wassname/talk.git
synced 2026-08-03 13:20:59 +08:00
* feat: added migration framework * chore: added premod user status migration * feat: enhanced error handling of migrations * fix: added missing argument from abstract method * fix: another templating blunder * fix: removed debug code * feat: enhanced migration tracking * fix: remove skipping migrations * feat: moved indexing to migration system * fix: linting
3 lines
109 B
TypeScript
3 lines
109 B
TypeScript
export { default as Migration } from "./migration";
|
|
export { default as MigrationManager } from "./manager";
|