mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 01:01:01 +08:00
5 lines
151 B
JavaScript
5 lines
151 B
JavaScript
const mongoose = require('../services/mongoose');
|
|
const { Migration } = require('./schema');
|
|
|
|
module.exports = mongoose.model('Migration', Migration);
|