From 235eade08f76bee32ca9f47ac411021e16cf9d4e Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Sat, 21 Dec 2024 08:09:28 -0500 Subject: [PATCH] templates: bump for v3.11.0 (#10121) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Automated bump of templates for v3.11.0 Triggered by user: @denolfe Co-authored-by: github-actions[bot] --- ...1_080814_initial.json => 20241221_130423_initial.json} | 2 +- ...41221_080814_initial.ts => 20241221_130423_initial.ts} | 0 templates/with-postgres/src/migrations/index.ts | 8 ++++---- ...1_080749_initial.json => 20241221_130358_initial.json} | 2 +- ...41221_080749_initial.ts => 20241221_130358_initial.ts} | 0 templates/with-vercel-postgres/src/migrations/index.ts | 8 ++++---- ...1_080802_initial.json => 20241221_130412_initial.json} | 2 +- ...41221_080802_initial.ts => 20241221_130412_initial.ts} | 0 templates/with-vercel-website/src/migrations/index.ts | 8 ++++---- 9 files changed, 15 insertions(+), 15 deletions(-) rename templates/with-postgres/src/migrations/{20241221_080814_initial.json => 20241221_130423_initial.json} (99%) rename templates/with-postgres/src/migrations/{20241221_080814_initial.ts => 20241221_130423_initial.ts} (100%) rename templates/with-vercel-postgres/src/migrations/{20241221_080749_initial.json => 20241221_130358_initial.json} (99%) rename templates/with-vercel-postgres/src/migrations/{20241221_080749_initial.ts => 20241221_130358_initial.ts} (100%) rename templates/with-vercel-website/src/migrations/{20241221_080802_initial.json => 20241221_130412_initial.json} (99%) rename templates/with-vercel-website/src/migrations/{20241221_080802_initial.ts => 20241221_130412_initial.ts} (100%) diff --git a/templates/with-postgres/src/migrations/20241221_080814_initial.json b/templates/with-postgres/src/migrations/20241221_130423_initial.json similarity index 99% rename from templates/with-postgres/src/migrations/20241221_080814_initial.json rename to templates/with-postgres/src/migrations/20241221_130423_initial.json index 54bccd0153d..61293bc26ed 100644 --- a/templates/with-postgres/src/migrations/20241221_080814_initial.json +++ b/templates/with-postgres/src/migrations/20241221_130423_initial.json @@ -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", diff --git a/templates/with-postgres/src/migrations/20241221_080814_initial.ts b/templates/with-postgres/src/migrations/20241221_130423_initial.ts similarity index 100% rename from templates/with-postgres/src/migrations/20241221_080814_initial.ts rename to templates/with-postgres/src/migrations/20241221_130423_initial.ts diff --git a/templates/with-postgres/src/migrations/index.ts b/templates/with-postgres/src/migrations/index.ts index 2cbd3e403f7..719f0051d43 100644 --- a/templates/with-postgres/src/migrations/index.ts +++ b/templates/with-postgres/src/migrations/index.ts @@ -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', }, ] diff --git a/templates/with-vercel-postgres/src/migrations/20241221_080749_initial.json b/templates/with-vercel-postgres/src/migrations/20241221_130358_initial.json similarity index 99% rename from templates/with-vercel-postgres/src/migrations/20241221_080749_initial.json rename to templates/with-vercel-postgres/src/migrations/20241221_130358_initial.json index d1273efaa8d..3c67a7be32b 100644 --- a/templates/with-vercel-postgres/src/migrations/20241221_080749_initial.json +++ b/templates/with-vercel-postgres/src/migrations/20241221_130358_initial.json @@ -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", diff --git a/templates/with-vercel-postgres/src/migrations/20241221_080749_initial.ts b/templates/with-vercel-postgres/src/migrations/20241221_130358_initial.ts similarity index 100% rename from templates/with-vercel-postgres/src/migrations/20241221_080749_initial.ts rename to templates/with-vercel-postgres/src/migrations/20241221_130358_initial.ts diff --git a/templates/with-vercel-postgres/src/migrations/index.ts b/templates/with-vercel-postgres/src/migrations/index.ts index 4bb358fc836..92e992d20a9 100644 --- a/templates/with-vercel-postgres/src/migrations/index.ts +++ b/templates/with-vercel-postgres/src/migrations/index.ts @@ -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', }, ] diff --git a/templates/with-vercel-website/src/migrations/20241221_080802_initial.json b/templates/with-vercel-website/src/migrations/20241221_130412_initial.json similarity index 99% rename from templates/with-vercel-website/src/migrations/20241221_080802_initial.json rename to templates/with-vercel-website/src/migrations/20241221_130412_initial.json index 43eb8b02061..2c17953e896 100644 --- a/templates/with-vercel-website/src/migrations/20241221_080802_initial.json +++ b/templates/with-vercel-website/src/migrations/20241221_130412_initial.json @@ -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", diff --git a/templates/with-vercel-website/src/migrations/20241221_080802_initial.ts b/templates/with-vercel-website/src/migrations/20241221_130412_initial.ts similarity index 100% rename from templates/with-vercel-website/src/migrations/20241221_080802_initial.ts rename to templates/with-vercel-website/src/migrations/20241221_130412_initial.ts diff --git a/templates/with-vercel-website/src/migrations/index.ts b/templates/with-vercel-website/src/migrations/index.ts index 82d2e9b0d9b..e804a76f514 100644 --- a/templates/with-vercel-website/src/migrations/index.ts +++ b/templates/with-vercel-website/src/migrations/index.ts @@ -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', }, ]