Initial draft

This commit is contained in:
Arpad Müller
2025-05-21 03:02:39 +02:00
parent 5df8284961
commit ab751abdbd
5 changed files with 190 additions and 10 deletions

View File

@@ -408,7 +408,7 @@ pub enum TimelineCreateRequestMode {
import_pgdata: TimelineCreateRequestModeImportPgdata,
},
Template {
template_tenant_id: TenantId,
template_tenant_id: TenantShardId,
template_timeline_id: TimelineId,
},
// NB: Bootstrap is all-optional, and thus the serde(untagged) will cause serde to stop at Bootstrap.