This commit is contained in:
alexmorenograu 2021-03-12 11:10:35 +01:00
parent 55caddd3ab
commit dace56596f
3 changed files with 1 additions and 2 deletions

0
FillDB.js Normal file
View File

2
db.sql
View File

@ -1,4 +1,3 @@
/*
CREATE TABLE vn.smartTag (
code varchar(100) NOT NULL,
shelvingFk varchar(10) NULL,
@ -8,5 +7,4 @@ CREATE TABLE vn.smartTag (
ENGINE=InnoDB
DEFAULT CHARSET=utf8
COLLATE=utf8_unicode_ci;
*/

View File

@ -9,6 +9,7 @@ var con = mysql.createConnection({
port: 3307,
});
exports.con
con.connect(function(err) {
if (err) {
console.error('Error connecting: ' + err.stack);