Add migration file.

pull/342/head
Andrey Dolgolev 2021-11-08 14:25:13 +02:00
rodzic c16d9d6f0e
commit 9c28a157d4
1 zmienionych plików z 24 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,24 @@
{
"match": {
"type": "subscription"
},
"description": "Add abi to subscription as flag if subscription has abi of contract. Add bucket and s3_path for get abi from S3.",
"upgrade": {
"update": {
"abi": null,
"bucket": null,
"s3_path": null,
"resources_version": 1
},
"drop_keys": []
},
"downgrade": {
"update": {},
"drop_keys": [
"abi",
"bucket",
"s3_path",
"resources_version"
]
}
}