Skip to content

Commit 592f02b

Browse files
templates: bump for v3.17.1 (#10560)
🤖 Automated bump of templates for v3.17.1 Triggered by user: @denolfe Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 05b9d94 commit 592f02b

File tree

10 files changed

+17
-16
lines changed

10 files changed

+17
-16
lines changed

templates/with-postgres/src/migrations/20250110_192021_initial.json renamed to templates/with-postgres/src/migrations/20250114_010521_initial.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "1c91fb2e-fc55-4d28-a469-0bc64c9c4007",
2+
"id": "2be5b1e5-29bb-4d50-9d48-d8a2f47cd65e",
33
"prevId": "00000000-0000-0000-0000-000000000000",
44
"version": "7",
55
"dialect": "postgresql",
File renamed without changes.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import * as migration_20250110_192021_initial from './20250110_192021_initial'
1+
import * as migration_20250114_010521_initial from './20250114_010521_initial'
22

33
export const migrations = [
44
{
5-
up: migration_20250110_192021_initial.up,
6-
down: migration_20250110_192021_initial.down,
7-
name: '20250110_192021_initial',
5+
up: migration_20250114_010521_initial.up,
6+
down: migration_20250114_010521_initial.down,
7+
name: '20250114_010521_initial',
88
},
99
]

templates/with-vercel-postgres/src/migrations/20250110_191955_initial.json renamed to templates/with-vercel-postgres/src/migrations/20250114_010454_initial.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "3e8309b0-cc90-4bc1-b801-5b631ff0f7b9",
2+
"id": "8695c39d-451b-406a-b700-cfded95da90e",
33
"prevId": "00000000-0000-0000-0000-000000000000",
44
"version": "7",
55
"dialect": "postgresql",
File renamed without changes.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import * as migration_20250110_191955_initial from './20250110_191955_initial'
1+
import * as migration_20250114_010454_initial from './20250114_010454_initial'
22

33
export const migrations = [
44
{
5-
up: migration_20250110_191955_initial.up,
6-
down: migration_20250110_191955_initial.down,
7-
name: '20250110_191955_initial',
5+
up: migration_20250114_010454_initial.up,
6+
down: migration_20250114_010454_initial.down,
7+
name: '20250114_010454_initial',
88
},
99
]

templates/with-vercel-website/src/app/(frontend)/next/seed/route.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ export async function POST(
3232
await seed({ payload, req: payloadReq })
3333

3434
return Response.json({ success: true })
35-
} catch {
35+
} catch (e) {
36+
payload.logger.error({ err: e, message: 'Error seeding data' })
3637
return new Response('Error seeding data.', { status: 500 })
3738
}
3839
}

templates/with-vercel-website/src/migrations/20250110_192009_initial.json renamed to templates/with-vercel-website/src/migrations/20250114_010510_initial.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "f84edbeb-cac2-4fe5-b209-f62e3fb684ec",
2+
"id": "4744a0d7-07ca-4325-9494-f4ec014a6818",
33
"prevId": "00000000-0000-0000-0000-000000000000",
44
"version": "7",
55
"dialect": "postgresql",
File renamed without changes.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import * as migration_20250110_192009_initial from './20250110_192009_initial'
1+
import * as migration_20250114_010510_initial from './20250114_010510_initial'
22

33
export const migrations = [
44
{
5-
up: migration_20250110_192009_initial.up,
6-
down: migration_20250110_192009_initial.down,
7-
name: '20250110_192009_initial',
5+
up: migration_20250114_010510_initial.up,
6+
down: migration_20250114_010510_initial.down,
7+
name: '20250114_010510_initial',
88
},
99
]

0 commit comments

Comments
 (0)