Restructure project to root layout
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { StockFillDB } from './index';
|
||||
|
||||
export const applyMigrations = async (db: StockFillDB) => {
|
||||
// Future migrations can be added here.
|
||||
await db.open();
|
||||
};
|
||||
Reference in New Issue
Block a user