base.sql and mailtrain.sql updated to fresh v2 DB schema and data

This commit is contained in:
Tomas Bures 2018-12-21 22:37:30 +00:00
parent 01f1495d9a
commit 1073d03d1b
5 changed files with 2532 additions and 461 deletions

View file

@ -3602,11 +3602,13 @@
},
"balanced-match": {
"version": "1.0.0",
"bundled": true
"bundled": true,
"optional": true
},
"brace-expansion": {
"version": "1.1.11",
"bundled": true,
"optional": true,
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
@ -3623,7 +3625,8 @@
},
"concat-map": {
"version": "0.0.1",
"bundled": true
"bundled": true,
"optional": true
},
"console-control-strings": {
"version": "1.1.0",
@ -3752,6 +3755,7 @@
"minimatch": {
"version": "3.0.4",
"bundled": true,
"optional": true,
"requires": {
"brace-expansion": "^1.1.7"
}