mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-12 22:26:08 -04:00
Add db migrations for PR #121
This commit is contained in:
parent
93c6205aa6
commit
baa946968d
5 changed files with 31 additions and 0 deletions
|
@ -26,6 +26,9 @@ module.exports = function (sequelize, DataTypes) {
|
|||
},
|
||||
accessToken: {
|
||||
type: DataTypes.STRING
|
||||
},
|
||||
refreshToken: {
|
||||
type: DataTypes.STRING
|
||||
}
|
||||
}, {
|
||||
classMethods: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue