6 lines
87 B
TypeScript
6 lines
87 B
TypeScript
import { initDB } from './index';
|
|
|
|
export function migrateFromLegacy() {
|
|
initDB();
|
|
}
|