-
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.10.0 (#10107)
🤖 Automated bump of templates for v3.10.0 Triggered by user: @denolfe Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
4d50046
commit 99481cb
Showing
10 changed files
with
44 additions
and
15 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...c/migrations/20241219_223803_initial.json → ...c/migrations/20241220_195023_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_20241219_223803_initial from './20241219_223803_initial' | ||
import * as migration_20241220_195023_initial from './20241220_195023_initial' | ||
|
||
export const migrations = [ | ||
{ | ||
up: migration_20241219_223803_initial.up, | ||
down: migration_20241219_223803_initial.down, | ||
name: '20241219_223803_initial', | ||
up: migration_20241220_195023_initial.up, | ||
down: migration_20241220_195023_initial.down, | ||
name: '20241220_195023_initial', | ||
}, | ||
] |
2 changes: 1 addition & 1 deletion
2
...c/migrations/20241219_223738_initial.json → ...c/migrations/20241220_194958_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_20241219_223738_initial from './20241219_223738_initial' | ||
import * as migration_20241220_194958_initial from './20241220_194958_initial' | ||
|
||
export const migrations = [ | ||
{ | ||
up: migration_20241219_223738_initial.up, | ||
down: migration_20241219_223738_initial.down, | ||
name: '20241219_223738_initial', | ||
up: migration_20241220_194958_initial.up, | ||
down: migration_20241220_194958_initial.down, | ||
name: '20241220_194958_initial', | ||
}, | ||
] |
2 changes: 1 addition & 1 deletion
2
...c/migrations/20241219_223752_initial.json → ...c/migrations/20241220_195012_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_20241219_223752_initial from './20241219_223752_initial' | ||
import * as migration_20241220_195012_initial from './20241220_195012_initial' | ||
|
||
export const migrations = [ | ||
{ | ||
up: migration_20241219_223752_initial.up, | ||
down: migration_20241219_223752_initial.down, | ||
name: '20241219_223752_initial', | ||
up: migration_20241220_195012_initial.up, | ||
down: migration_20241220_195012_initial.down, | ||
name: '20241220_195012_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