Update publicapi.json

This commit is contained in:
Asim Aslam
2021-07-09 16:35:07 +01:00
committed by GitHub
parent 80cc63dbba
commit 9601e9092b

View File

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