chore: fix up fresh, refresh, and reset migration operations

This commit is contained in:
Elliot DeNolf
2023-10-06 17:15:38 -04:00
parent fb07308dca
commit e55ec6329c
13 changed files with 505 additions and 19 deletions

View File

@@ -18,6 +18,7 @@ const bundlerAdapters = {
const databaseAdapters = {
mongoose: mongooseAdapter({
migrationDir: path.resolve(__dirname, '../packages/db-mongodb/migrations'),
url: 'mongodb://127.0.0.1/payloadtests',
}),
postgres: postgresAdapter({