-
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 templates for v3.6.0
- Loading branch information
1 parent
e78b542
commit 81279d3
Showing
9 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...c/migrations/20241210_000627_initial.json → ...c/migrations/20241211_181852_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
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
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_20241210_000627_initial from './20241210_000627_initial' | ||
import * as migration_20241211_181852_initial from './20241211_181852_initial' | ||
|
||
export const migrations = [ | ||
{ | ||
up: migration_20241210_000627_initial.up, | ||
down: migration_20241210_000627_initial.down, | ||
name: '20241210_000627_initial', | ||
up: migration_20241211_181852_initial.up, | ||
down: migration_20241211_181852_initial.down, | ||
name: '20241211_181852_initial', | ||
}, | ||
] |
2 changes: 1 addition & 1 deletion
2
...c/migrations/20241210_000603_initial.json → ...c/migrations/20241211_181826_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
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
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_20241210_000603_initial from './20241210_000603_initial' | ||
import * as migration_20241211_181826_initial from './20241211_181826_initial' | ||
|
||
export const migrations = [ | ||
{ | ||
up: migration_20241210_000603_initial.up, | ||
down: migration_20241210_000603_initial.down, | ||
name: '20241210_000603_initial', | ||
up: migration_20241211_181826_initial.up, | ||
down: migration_20241211_181826_initial.down, | ||
name: '20241211_181826_initial', | ||
}, | ||
] |
2 changes: 1 addition & 1 deletion
2
...c/migrations/20241210_000617_initial.json → ...c/migrations/20241211_181841_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
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
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_20241210_000617_initial from './20241210_000617_initial' | ||
import * as migration_20241211_181841_initial from './20241211_181841_initial' | ||
|
||
export const migrations = [ | ||
{ | ||
up: migration_20241210_000617_initial.up, | ||
down: migration_20241210_000617_initial.down, | ||
name: '20241210_000617_initial', | ||
up: migration_20241211_181841_initial.up, | ||
down: migration_20241211_181841_initial.down, | ||
name: '20241211_181841_initial', | ||
}, | ||
] |