Skip to content
Snippets Groups Projects
Commit 7642345f authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Fix: Meta table should never be reseted

parent d539085f
No related branches found
No related tags found
No related merge requests found
...@@ -64,4 +64,6 @@ function MetaDAL(db) { ...@@ -64,4 +64,6 @@ function MetaDAL(db) {
return 0; return 0;
} }
}); });
this.cleanData = null; // Never clean data of this table
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment