Browse Source

fix: add down function

poeti8 5 năm trước cách đây
mục cha
commit
4f6367e30f
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      server/migrations/20200718124944_description.ts

+ 4 - 0
server/migrations/20200718124944_description.ts

@@ -8,3 +8,7 @@ export async function up(knex: Knex): Promise<any> {
     });
   }
 }
+
+export async function down(): Promise<any> {
+  return null;
+}