Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ApiPlusOne/create.tables.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ module.exports = (db) => {
(callback) => {
db.query(
`
CREATE TABLE IF NOT EXISTS Match_Users
CREATE TABLE IF NOT EXISTS Match_User
(
Match_User_Id VARCHAR(36) NOT NULL PRIMARY KEY,
User_Id VARCHAR(36),
Expand All @@ -172,7 +172,7 @@ module.exports = (db) => {
if (err) {
throw err;
} else {
console.log("Match_Users table created...");
console.log("Match_User table created...");
return callback();
}
}
Expand Down
Binary file modified ApiPlusOne/plusone.db
Binary file not shown.
Loading