-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! editoast: modify schemas, delete track_link and adapt editoast
- Loading branch information
1 parent
1fa9682
commit 2295545
Showing
4 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
3 changes: 2 additions & 1 deletion
3
editoast/migrations/2023-10-11-222214_delete_track_links/up.sql
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,4 +1,5 @@ | ||
-- Your SQL goes here | ||
|
||
DROP TABLE infra_layer_track_section_link; | ||
DROP TABLE infra_object_track_section_link; | ||
DELETE FROM infra_layer_error | ||
WHERE information->>'obj_type' = 'TrackSectionLink'; |
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,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "osrd_schemas" | ||
version = "0.7.3" | ||
version = "0.7.4" | ||
description = "" | ||
authors = ["OSRD <[email protected]>"] | ||
|
||
|
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,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "railjson_generator" | ||
version = "0.2.5" | ||
version = "0.2.6" | ||
description = "" | ||
authors = ["OSRD <[email protected]>"] | ||
|
||
|