Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure views are included in the hierarchical order #72

Merged
merged 3 commits into from
Sep 6, 2024

Conversation

jonatas
Copy link
Collaborator

@jonatas jonatas commented Sep 6, 2024

It fixes #71 and #70.

I also removed the defaults of Timescaledb being included as a function. So, folks should be adding it to the class level they want and the library will not pollute the ActiveRecord::Base.

If you got an error like undefined method acts_as_hypertable for ActiveRecord::Base. You should include it on your side, making it available via config/initializers/timescaledb.rb on your rails app or just make a new class to inherit your hypertable classes.

ActiveRecord::Base.extend Timescaledb::ActsAsHypertable

@jonatas jonatas merged commit 6709802 into master Sep 6, 2024
6 checks passed
@jonatas jonatas deleted the 70-schema-dumper-order branch September 6, 2024 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant