mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Replace left joins with inner joins (#199)
* Replace left joins with inner joins. * Temporarily disable YugabyteDB CI
This commit is contained in:
parent
79b00f52e5
commit
78082742ad
3 changed files with 12 additions and 14 deletions
2
.github/workflows/docker-build-test.yml
vendored
2
.github/workflows/docker-build-test.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
- docker-compose.yml
|
||||
- testing/docker-compose.hsqldb.yml
|
||||
- testing/docker-compose.cockroachdb.yml
|
||||
- testing/docker-compose.yugabytedb.yml
|
||||
#- testing/docker-compose.yugabytedb.yml
|
||||
steps:
|
||||
- uses: actions/checkout@v2.4.0
|
||||
- name: Create Version File
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue