mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 06:14:59 +00:00
Compare commits
1 Commits
copilot/up
...
codex/impl
| Author | SHA1 | Date | |
|---|---|---|---|
| 919f8f2948 |
@@ -320,8 +320,9 @@ DataConsistency ==
|
|||||||
|
|
||||||
\* Package consistency: installed packages must be in installed or disabled state
|
\* Package consistency: installed packages must be in installed or disabled state
|
||||||
PackageConsistency ==
|
PackageConsistency ==
|
||||||
\A t \in Tenants, p \in installedPackages[t]:
|
\A t \in Tenants:
|
||||||
packageStates[p] \in {"installed", "disabled", "installing"}
|
\A p \in installedPackages[t]:
|
||||||
|
packageStates[p] \in {"installed", "disabled", "installing"}
|
||||||
|
|
||||||
\* DBAL safety: no queries processed in error state
|
\* DBAL safety: no queries processed in error state
|
||||||
DBALSafety ==
|
DBALSafety ==
|
||||||
|
|||||||
Reference in New Issue
Block a user