-
Notifications
You must be signed in to change notification settings - Fork 43
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
Use central entities table for EEA logic #4229
Conversation
a7cd840
to
e53933e
Compare
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.
nice, I like the simplification
e53933e
to
f57b413
Compare
-- See the License for the specific language governing permissions and | ||
-- limitations under the License. | ||
|
||
BEGIN; |
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.
You are missing a commit :)
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.
dammit! thanks
f57b413
to
e0d5b8f
Compare
This replaces the logic from the EEA from the convoluted per-entity column to use a single reference from the central entitites table. Closes: #4168 Signed-off-by: Juan Antonio Osorio <[email protected]>
e0d5b8f
to
98da2e6
Compare
This reverts commit 29c9a13. Except for the migrations, which merely added an index. Signed-off-by: Juan Antonio Osorio <[email protected]>
Summary
This replaces the logic from the EEA from the convoluted per-entity
column to use a single reference from the central entitites table.
Closes: #4168
Change Type
Mark the type of change your PR introduces:
Testing
Outline how the changes were tested, including steps to reproduce and any relevant configurations.
Attach screenshots if helpful.
Review Checklist: