We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1064834 commit 37a3f91Copy full SHA for 37a3f91
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