Skip to content

Commit c69abbb

Browse files
AllesandriaAllesandria
authored andcommitted
migrated resources table, created project/resources table
1 parent ba3a5be commit c69abbb

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/**
2+
* @param { import("knex").Knex } knex
3+
* @returns { Promise<void> }
4+
*/
5+
exports.up = function(knex) {
6+
7+
};
8+
9+
/**
10+
* @param { import("knex").Knex } knex
11+
* @returns { Promise<void> }
12+
*/
13+
exports.down = function(knex) {
14+
15+
};

index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
// start your server here
2-
const express
1+
// start your server here

0 commit comments

Comments
 (0)