mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-04 12:05:04 +08:00
[iso-core] Fix dependencyin model
This commit is contained in:
parent
a9be3bb3ed
commit
2fe5f73401
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
const {DatabaseTypes: {JSONARRAYType}} = require('isomorphic-core');
|
const {JSONARRAYType} = require('../database-types');
|
||||||
|
|
||||||
module.exports = (sequelize, Sequelize) => {
|
module.exports = (sequelize, Sequelize) => {
|
||||||
return sequelize.define('transaction', {
|
return sequelize.define('transaction', {
|
||||||
|
|
Loading…
Reference in a new issue