Added SQL upgrade script

This commit is contained in:
Andris Reinman 2016-04-19 12:05:13 +03:00
parent 1e2e23142b
commit 77b3ded476
8 changed files with 738 additions and 4 deletions

View file

@ -6,7 +6,8 @@
"main": "index.js",
"scripts": {
"test": "grunt",
"start": "node index.js"
"start": "node index.js",
"sql": "node setup/sql.js"
},
"repository": {
"type": "git",