update prices for new granularity (#173)

This commit is contained in:
Dominic Wong
2021-06-25 11:41:55 +01:00
committed by GitHub
parent 0cc6f20a54
commit f3b9c491d4
22 changed files with 64 additions and 64 deletions

View File

@@ -3,10 +3,10 @@
"icon": "📦",
"category": "storage",
"pricing": {
"Db.Create": 1,
"Db.Read": 1,
"Db.Update": 1,
"Db.Delete": 1,
"Db.Truncate": 1
"Db.Create": 100,
"Db.Read": 100,
"Db.Update": 100,
"Db.Delete": 100,
"Db.Truncate": 100
}
}