migration from module doesnt leak to other profiles from now on

This commit is contained in:
Priec
2026-09-10 18:05:04 +02:00
parent a86a7c4485
commit b3a13a3533
7 changed files with 27 additions and 21 deletions

View File

@@ -648,6 +648,9 @@ message TableDetail {
// User-managed single-column indexes. Backend-managed indexes are omitted.
repeated string indexes = 13;
// True when module-owned storage supports catalog-managed rows and settings.
bool catalog_managed = 14;
}
// Server-owned behavior for one logical column returned in table details.