mirror of
https://github.com/status-im/codimd.git
synced 2025-02-02 21:53:26 +00:00
Update lib/migrations/202106200000000-create-note-aliases-history.js
Co-authored-by: Yukai Huang <yukaihuangtw@gmail.com> Signed-off-by: nick.chen <nick.chen.sudo@gmail.com>
This commit is contained in:
parent
dc9c98e390
commit
0777f2d1ff
@ -27,6 +27,6 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
down: function (queryInterface) {
|
down: function (queryInterface) {
|
||||||
return queryInterface.dropTable('Users')
|
return queryInterface.dropTable('ArchivedNoteAliases')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user