Fixed revisions table losing originalIndex when article was deleted

I've also included a migration file in the tools directory
This commit is contained in:
2021-11-17 06:16:33 +00:00
parent c30cf80fc6
commit 3bb0b2aa29
4 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "news-server",
"version": "1.2.3",
"version": "1.3.0",
"description": "An API centric news server. Uses Sequelize and mariaDB by default.",
"main": "server/server.js",
"scripts": {