Skip to content

Commit

Permalink
Merge pull request #36 from juliuskreutz/julius-dev
Browse files Browse the repository at this point in the history
Julius dev
  • Loading branch information
juliuskreutz authored Sep 2, 2023
2 parents 6ec5315 + 625560e commit 7bd15a7
Show file tree
Hide file tree
Showing 24 changed files with 48 additions and 48 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/database/warp_departure_characters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub async fn get_warp_departure_characters_by_uid(
"
SELECT
warp_departure_characters.*,
characters_text.name name
characters_text.name
FROM
warp_departure_characters
LEFT JOIN
Expand Down Expand Up @@ -77,7 +77,7 @@ pub async fn get_warp_departure_character_by_id_and_uid(
"
SELECT
warp_departure_characters.*,
characters_text.name name
characters_text.name
FROM
warp_departure_characters
LEFT JOIN
Expand Down
4 changes: 2 additions & 2 deletions src/database/warp_departure_light_cones.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub async fn get_warp_departure_light_cones_by_uid(
"
SELECT
warp_departure_light_cones.*,
light_cones_text.name name
light_cones_text.name
FROM
warp_departure_light_cones
LEFT JOIN
Expand Down Expand Up @@ -77,7 +77,7 @@ pub async fn get_warp_departure_light_cone_by_id_and_uid(
"
SELECT
warp_departure_light_cones.*,
light_cones_text.name name
light_cones_text.name
FROM
warp_departure_light_cones
LEFT JOIN
Expand Down
4 changes: 2 additions & 2 deletions src/database/warp_lc_characters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub async fn get_warp_lc_characters_by_uid(
"
SELECT
warp_lc_characters.*,
characters_text.name name
characters_text.name
FROM
warp_lc_characters
LEFT JOIN
Expand Down Expand Up @@ -77,7 +77,7 @@ pub async fn get_warp_lc_character_by_id_and_uid(
"
SELECT
warp_lc_characters.*,
characters_text.name name
characters_text.name
FROM
warp_lc_characters
LEFT JOIN
Expand Down
4 changes: 2 additions & 2 deletions src/database/warp_lc_light_cones.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub async fn get_warp_lc_light_cones_by_uid(
"
SELECT
warp_lc_light_cones.*,
light_cones_text.name name
light_cones_text.name
FROM
warp_lc_light_cones
LEFT JOIN
Expand Down Expand Up @@ -77,7 +77,7 @@ pub async fn get_warp_lc_light_cone_by_id_and_uid(
"
SELECT
warp_lc_light_cones.*,
light_cones_text.name name
light_cones_text.name
FROM
warp_lc_light_cones
LEFT JOIN
Expand Down
4 changes: 2 additions & 2 deletions src/database/warp_special_characters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub async fn get_warp_special_characters_by_uid(
"
SELECT
warp_special_characters.*,
characters_text.name name
characters_text.name
FROM
warp_special_characters
LEFT JOIN
Expand Down Expand Up @@ -77,7 +77,7 @@ pub async fn get_warp_special_character_by_id_and_uid(
"
SELECT
warp_special_characters.*,
characters_text.name name
characters_text.name
FROM
warp_special_characters
LEFT JOIN
Expand Down
Loading

0 comments on commit 7bd15a7

Please sign in to comment.