mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-11 07:04:33 +08:00
5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
module.exports = (sequelize, Sequelize) => {
|
|
return sequelize.define('threadLabel', {
|
|
}, {
|
|
});
|
|
};
|