add tablespace argument to Table - #527
Conversation
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #527 +/- ##
==========================================
- Coverage 90.75% 90.74% -0.02%
==========================================
Files 104 104
Lines 7010 7020 +10
==========================================
+ Hits 6362 6370 +8
- Misses 648 650 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This is pretty much done, but need to work out how to run the unit tests on a Postgres database which uses a custom tablespace. |
|
Hi Dan,
This is pretty easily done with testcontainers, which would also simplify test running in general. I set up a PR to do exactly that: #1410 |
Closes #526