Unable to use TimescaleDB in Rails test environment
问题 I'm stuck using TimescaleDB in Rails - everything works fine in development, but in my test suite I cannot insert any data. What I tried A) Use SQL schema dump This causes the original error message I saw. It does create parts of the schema for TimescaleDB but not all of it. I have a hypertable but it's not working properly B) Use Ruby schema dump This lets me insert into my table but it's not a hypertable at all - the ruby syntax looses everything related to TimescaleDB and hypertables. C)