We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1064834 + 37a3f91 commit 6fae482Copy full SHA for 6fae482
src/TDBMSchemaAnalyzer.php
@@ -75,7 +75,7 @@ public function getCachePrefix(): string
75
public function getSchema(): Schema
76
{
77
if ($this->schema === null) {
78
- $cacheKey = $this->getCachePrefix().'_schema';
+ $cacheKey = $this->getCachePrefix().'_immutable_schema';
79
if ($this->cache->contains($cacheKey)) {
80
$this->schema = $this->cache->fetch($cacheKey);
81
} else {
0 commit comments