-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move wkt to route and refactor alert decode
- Loading branch information
Showing
17 changed files
with
375 additions
and
213 deletions.
There are no files selected for viewing
50 changes: 50 additions & 0 deletions
50
backend/.sqlx/query-4c44db4621c510682fe7ba28d46f3cc09502e0cb38357555f35ef693f39e29f1.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
backend/.sqlx/query-4d68988150dd4ae6a2d653c5301b40fcf0883319823039b63a966ed17827c195.json
This file was deleted.
Oops, something went wrong.
24 changes: 24 additions & 0 deletions
24
backend/.sqlx/query-5ccb57a4924755fec925fc09eddd35933150597e80dcb6050b9ad4c5c81f445b.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
backend/.sqlx/query-7f327000275b1a3a6736c24ed0e7f5cc4ef590a0109544608e7ae9a3350fa073.json
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
backend/.sqlx/query-9df2161f5bfc698f2325e483dfd1f8e4da0eaca03e228c21b5b2c6a649d7a0be.json
This file was deleted.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
backend/.sqlx/query-c1430e58466a9d47eb21163d654db2b582980ade3700a992ac76ce920f7f33a8.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
10 changes: 8 additions & 2 deletions
10
...45955b33ae5435c892c364dfa2f4c9971f09.json → ...63b5f30fefbf9d0b6554918ba9c004a892c9.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
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
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
DROP INDEX IF EXISTS idx_active_periods_alert_id_start_time_end_time; | ||
|
||
DROP INDEX IF EXISTS idx_affected_entities_alert_id_route_id; | ||
|
||
DROP TABLE IF EXISTS affected_entities; | ||
|
||
DROP TABLE IF EXISTS active_periods; | ||
|
||
DROP TABLE IF EXISTS alerts; |
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
Oops, something went wrong.