Configure Payload with Postgres + push true
This commit is contained in:
@@ -16,8 +16,9 @@ export default buildConfig({
|
||||
},
|
||||
db: postgresAdapter({
|
||||
pool: {
|
||||
connectionString: process.env.DATABASE_URL,
|
||||
connectionString: process.env.DATABASE_URL!,
|
||||
},
|
||||
push: true,
|
||||
}),
|
||||
collections: [Services, Realisations, Articles, Testimonials, FAQ, Media],
|
||||
globals: [],
|
||||
|
||||
Reference in New Issue
Block a user