Add new DO class to v2 migration

This commit is contained in:
Ravi Khadiwala 2023-10-02 17:47:51 -05:00
parent e7fb087307
commit fa34e2de24

View File

@ -22,6 +22,7 @@ new_classes = ["UploadHandler"]
[[migrations]]
tag = "v2"
renamed_classes = [{ from = "UploadHandler", to = "AttachmentUploadHandler" }]
new_classes = ["BackupUploadHandler"]
[env.production]
name = "cdn3"