Skip to content

Commit

Permalink
new column for file-type
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogendra committed Nov 17, 2019
1 parent ba5b58c commit e9e6c8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.js
Expand Up @@ -94,6 +94,7 @@ knex.schema.hasTable("files").then(function(exists) {
t.string("todoId");
t.string("userId");
t.string("fileName");
t.string("fileType");
t.string("fileLink");
});
}
Expand Down

0 comments on commit e9e6c8a

Please sign in to comment.