Skip to content

Commit

Permalink
templates: bump for v3.11.0 (#10121)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
denolfe and github-actions[bot] authored Dec 21, 2024
1 parent e9a330d commit 235eade
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "7f127508-e9f9-43cd-8fce-5ae77af2148c",
"id": "19f6f6b6-67a6-472f-9e30-e4972f21ca73",
"prevId": "00000000-0000-0000-0000-000000000000",
"version": "7",
"dialect": "postgresql",
Expand Down
8 changes: 4 additions & 4 deletions templates/with-postgres/src/migrations/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import * as migration_20241221_080814_initial from './20241221_080814_initial'
import * as migration_20241221_130423_initial from './20241221_130423_initial'

export const migrations = [
{
up: migration_20241221_080814_initial.up,
down: migration_20241221_080814_initial.down,
name: '20241221_080814_initial',
up: migration_20241221_130423_initial.up,
down: migration_20241221_130423_initial.down,
name: '20241221_130423_initial',
},
]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "e789afbb-4e2d-440b-a0a8-060c51ffd468",
"id": "c68845d5-29d1-4e46-b258-29ef5f876fad",
"prevId": "00000000-0000-0000-0000-000000000000",
"version": "7",
"dialect": "postgresql",
Expand Down
8 changes: 4 additions & 4 deletions templates/with-vercel-postgres/src/migrations/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import * as migration_20241221_080749_initial from './20241221_080749_initial'
import * as migration_20241221_130358_initial from './20241221_130358_initial'

export const migrations = [
{
up: migration_20241221_080749_initial.up,
down: migration_20241221_080749_initial.down,
name: '20241221_080749_initial',
up: migration_20241221_130358_initial.up,
down: migration_20241221_130358_initial.down,
name: '20241221_130358_initial',
},
]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "c8413709-6e4c-4844-99ff-de319ed9dba9",
"id": "df629ce9-ae70-414d-80f2-33997f6e2938",
"prevId": "00000000-0000-0000-0000-000000000000",
"version": "7",
"dialect": "postgresql",
Expand Down
8 changes: 4 additions & 4 deletions templates/with-vercel-website/src/migrations/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import * as migration_20241221_080802_initial from './20241221_080802_initial'
import * as migration_20241221_130412_initial from './20241221_130412_initial'

export const migrations = [
{
up: migration_20241221_080802_initial.up,
down: migration_20241221_080802_initial.down,
name: '20241221_080802_initial',
up: migration_20241221_130412_initial.up,
down: migration_20241221_130412_initial.down,
name: '20241221_130412_initial',
},
]

0 comments on commit 235eade

Please sign in to comment.