Skip to content

Commit 287098e

Browse files
AllesandriaAllesandria
authored andcommitted
built down function for projects table
1 parent 54248ab commit 287098e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/migrations/20220819053947_projects_table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exports.up = function(knex) {
1313

1414

1515
exports.down = function(knex) {
16-
16+
return knex.schema.dropTableIfExists('projects')
1717

1818

1919

0 commit comments

Comments
 (0)