Przeglądaj źródła

fix issue with migration

Dax Raad 5 miesięcy temu
rodzic
commit
7417c869fc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/opencode/script/build.ts

+ 1 - 1
packages/opencode/script/build.ts

@@ -51,7 +51,7 @@ const migrations = await Promise.all(
           Number(match[6]),
         )
       : 0
-    return { sql, timestamp }
+    return { sql, timestamp, name }
   }),
 )
 console.log(`Loaded ${migrations.length} migrations`)