ShortURL: App platform migration support for dual write (#109221)

This commit is contained in:
Ezequiel Victorero
2025-08-12 16:01:41 -03:00
committed by GitHub
parent edcb6e6895
commit 56c91c2222
14 changed files with 1000 additions and 52 deletions
+1
View File
@@ -7,4 +7,5 @@ type ShortURL struct {
type CreateShortURLCmd struct {
Path string `json:"path"`
UID string `json:"uid,omitempty"`
}