-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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.16.0 (#10499)
🤖 Automated bump of templates for v3.16.0 Triggered by user: @denolfe Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
d265c26
commit a49f782
Showing
12 changed files
with
4,421 additions
and
1,499 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
2 changes: 1 addition & 1 deletion
2
...c/migrations/20250106_144518_initial.json → ...c/migrations/20250110_192021_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_20250106_144518_initial from './20250106_144518_initial' | ||
import * as migration_20250110_192021_initial from './20250110_192021_initial' | ||
|
||
export const migrations = [ | ||
{ | ||
up: migration_20250106_144518_initial.up, | ||
down: migration_20250106_144518_initial.down, | ||
name: '20250106_144518_initial', | ||
up: migration_20250110_192021_initial.up, | ||
down: migration_20250110_192021_initial.down, | ||
name: '20250110_192021_initial', | ||
}, | ||
] |
2 changes: 1 addition & 1 deletion
2
...c/migrations/20250106_144508_initial.json → ...c/migrations/20250110_191955_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_20250106_144508_initial from './20250106_144508_initial' | ||
import * as migration_20250110_191955_initial from './20250110_191955_initial' | ||
|
||
export const migrations = [ | ||
{ | ||
up: migration_20250106_144508_initial.up, | ||
down: migration_20250106_144508_initial.down, | ||
name: '20250106_144508_initial', | ||
up: migration_20250110_191955_initial.up, | ||
down: migration_20250110_191955_initial.down, | ||
name: '20250110_191955_initial', | ||
}, | ||
] |
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
2 changes: 1 addition & 1 deletion
2
...c/migrations/20250108_203010_initial.json → ...c/migrations/20250110_192009_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_20250108_203010_initial from './20250108_203010_initial' | ||
import * as migration_20250110_192009_initial from './20250110_192009_initial' | ||
|
||
export const migrations = [ | ||
{ | ||
up: migration_20250108_203010_initial.up, | ||
down: migration_20250108_203010_initial.down, | ||
name: '20250108_203010_initial', | ||
up: migration_20250110_192009_initial.up, | ||
down: migration_20250110_192009_initial.down, | ||
name: '20250110_192009_initial', | ||
}, | ||
] |