-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
1 parent
e9a330d
commit 235eade
Showing
9 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...c/migrations/20241221_080814_initial.json → ...c/migrations/20241221_130423_initial.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
}, | ||
] |
2 changes: 1 addition & 1 deletion
2
...c/migrations/20241221_080749_initial.json → ...c/migrations/20241221_130358_initial.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
}, | ||
] |
2 changes: 1 addition & 1 deletion
2
...c/migrations/20241221_080802_initial.json → ...c/migrations/20241221_130412_initial.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
}, | ||
] |