refs #5563 Log on old instace fix
gitea/mylogger/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2023-05-30 20:27:38 +02:00
parent e5efcd940d
commit ca02aafa4b
3 changed files with 4 additions and 4 deletions

View File

@ -725,7 +725,7 @@ module.exports = class MyLogger {
const logInfo = tableInfo.log; const logInfo = tableInfo.log;
const isDelete = action == 'delete'; const isDelete = action == 'delete';
const isUpdate = action == 'udpate'; const isUpdate = action == 'update';
const isMain = tableInfo.isMain; const isMain = tableInfo.isMain;
const relation = tableInfo.relation; const relation = tableInfo.relation;

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "mylogger", "name": "mylogger",
"version": "0.1.17", "version": "0.1.18",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mylogger", "name": "mylogger",
"version": "0.1.17", "version": "0.1.18",
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {
"colors": "^1.4.0", "colors": "^1.4.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "mylogger", "name": "mylogger",
"version": "0.1.17", "version": "0.1.18",
"author": "Verdnatura Levante SL", "author": "Verdnatura Levante SL",
"description": "MySQL and MariaDB logger using binary log", "description": "MySQL and MariaDB logger using binary log",
"license": "GPL-3.0", "license": "GPL-3.0",