Skip to content

Commit 235eade

Browse files
templates: bump for v3.11.0 (#10121)
🤖 Automated bump of templates for v3.11.0 Triggered by user: @denolfe Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e9a330d commit 235eade

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

templates/with-postgres/src/migrations/20241221_080814_initial.json renamed to templates/with-postgres/src/migrations/20241221_130423_initial.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "7f127508-e9f9-43cd-8fce-5ae77af2148c",
2+
"id": "19f6f6b6-67a6-472f-9e30-e4972f21ca73",
33
"prevId": "00000000-0000-0000-0000-000000000000",
44
"version": "7",
55
"dialect": "postgresql",
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import * as migration_20241221_080814_initial from './20241221_080814_initial'
1+
import * as migration_20241221_130423_initial from './20241221_130423_initial'
22

33
export const migrations = [
44
{
5-
up: migration_20241221_080814_initial.up,
6-
down: migration_20241221_080814_initial.down,
7-
name: '20241221_080814_initial',
5+
up: migration_20241221_130423_initial.up,
6+
down: migration_20241221_130423_initial.down,
7+
name: '20241221_130423_initial',
88
},
99
]

templates/with-vercel-postgres/src/migrations/20241221_080749_initial.json renamed to templates/with-vercel-postgres/src/migrations/20241221_130358_initial.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "e789afbb-4e2d-440b-a0a8-060c51ffd468",
2+
"id": "c68845d5-29d1-4e46-b258-29ef5f876fad",
33
"prevId": "00000000-0000-0000-0000-000000000000",
44
"version": "7",
55
"dialect": "postgresql",
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import * as migration_20241221_080749_initial from './20241221_080749_initial'
1+
import * as migration_20241221_130358_initial from './20241221_130358_initial'
22

33
export const migrations = [
44
{
5-
up: migration_20241221_080749_initial.up,
6-
down: migration_20241221_080749_initial.down,
7-
name: '20241221_080749_initial',
5+
up: migration_20241221_130358_initial.up,
6+
down: migration_20241221_130358_initial.down,
7+
name: '20241221_130358_initial',
88
},
99
]

templates/with-vercel-website/src/migrations/20241221_080802_initial.json renamed to templates/with-vercel-website/src/migrations/20241221_130412_initial.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "c8413709-6e4c-4844-99ff-de319ed9dba9",
2+
"id": "df629ce9-ae70-414d-80f2-33997f6e2938",
33
"prevId": "00000000-0000-0000-0000-000000000000",
44
"version": "7",
55
"dialect": "postgresql",
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import * as migration_20241221_080802_initial from './20241221_080802_initial'
1+
import * as migration_20241221_130412_initial from './20241221_130412_initial'
22

33
export const migrations = [
44
{
5-
up: migration_20241221_080802_initial.up,
6-
down: migration_20241221_080802_initial.down,
7-
name: '20241221_080802_initial',
5+
up: migration_20241221_130412_initial.up,
6+
down: migration_20241221_130412_initial.down,
7+
name: '20241221_130412_initial',
88
},
99
]

0 commit comments

Comments
 (0)