Sfoglia il codice sorgente

fix: add down function

poeti8 5 anni fa
parent
commit
4f6367e30f
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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;
+}