Explorar o código

fix: add down function

poeti8 %!s(int64=5) %!d(string=hai) anos
pai
achega
4f6367e30f
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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;
+}