mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-11 20:27:39 +02:00
@@ -1,9 +1,7 @@
|
||||
import createContactIndex from './createContactIndex.js';
|
||||
import createDocumentIndex from './createDocumentIndex.js';
|
||||
import createNormalizedEmailUnique from './createNormalizedEmailUnqiue.js';
|
||||
|
||||
export default async function runDbMigrations() {
|
||||
await createContactIndex();
|
||||
await createDocumentIndex();
|
||||
await createNormalizedEmailUnique();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user