feat(medusa): Remove sqlite support (#4026)
This commit is contained in:
committed by
GitHub
parent
e2d29d35c4
commit
a91987fab3
2
.github/workflows/test-cli-with-database.yml
vendored
2
.github/workflows/test-cli-with-database.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
db: [sqlite, postgres]
|
||||
db: [postgres]
|
||||
|
||||
services:
|
||||
redis:
|
||||
|
||||
Reference in New Issue
Block a user