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

!!! TASK: Split dimensionspacepoints into separate table to reduce data duplication #4790

Merged
merged 12 commits into from
Mar 18, 2024
Prev Previous commit
Next Next commit
Make stan happy
kitsunet committed Mar 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 0c18558ffc9069c7f95d1812b1f2286c729a6c17
Original file line number Diff line number Diff line change
@@ -44,7 +44,6 @@ public function insertDimensionSpacePoint(AbstractDimensionSpacePoint $dimension

$this->dimensionspacePointsRuntimeCache[$dimensionSpacePoint->hash] = $dimensionSpacePoint->toJson();
$this->writeDimensionSpacePoint($dimensionSpacePoint->hash, $dimensionSpacePoint->toJson());

}

/**