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

add internalId to collections #4898

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

add internalId to collections #4898

wants to merge 3 commits into from

Conversation

shimonewman
Copy link
Contributor

added internalId to collections that have relations and missing internalId column

Copy link
Member

@lohanidamodar lohanidamodar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Just did not understand the change with Docker/EnvTest.php

@@ -37,6 +37,7 @@ public function testExport(): void
$this->assertEquals("_APP_X=value1
_APP_Y=value2
_APP_Z=value3
_APP_W=value5=
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This env variable (_APP_W = value5=) was added lately to the resources/docker/.env
inside the test, there is a check against these values.
I can not see how it will pass without this value being added to the test.

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.

None yet

2 participants