-
Notifications
You must be signed in to change notification settings - Fork 322
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 private attributes public in the metadata #1246
Conversation
Codecov ReportBase: 95.74% // Head: 95.74% // No change to project coverage 👍
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## V1.0.0.dev #1246 +/- ##
===========================================
Coverage 95.74% 95.74%
===========================================
Files 47 47
Lines 3669 3669
===========================================
Hits 3513 3513
Misses 156 156
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
5c69200
to
a754052
Compare
@pvk-developer @amontanez24 Each attribute was updated in its own commit, so it's easier to review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a754052
to
7ba8939
Compare
* _columns -> columns * _primary_key -> primary_key * _alternate_keys -> alternate_keys * _sequence_key -> sequence_key * _sequence_index -> sequence_index * _tables -> tables * _relationships -> relationships * Fix keys * Fix rebase
* _columns -> columns * _primary_key -> primary_key * _alternate_keys -> alternate_keys * _sequence_key -> sequence_key * _sequence_index -> sequence_index * _tables -> tables * _relationships -> relationships * Fix keys * Fix rebase
* _columns -> columns * _primary_key -> primary_key * _alternate_keys -> alternate_keys * _sequence_key -> sequence_key * _sequence_index -> sequence_index * _tables -> tables * _relationships -> relationships * Fix keys * Fix rebase
Resolve #1245.