mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
DittoPolyPg: fix path to migrations
This commit is contained in:
parent
5231c8a94f
commit
44c4b3188c
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ export class DittoPolyPg {
|
||||||
provider: new FileMigrationProvider({
|
provider: new FileMigrationProvider({
|
||||||
fs,
|
fs,
|
||||||
path,
|
path,
|
||||||
migrationFolder: new URL(import.meta.resolve('./migrations')).pathname,
|
migrationFolder: new URL(import.meta.resolve('../migrations')).pathname,
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue