From 7f7064d16a281d7f7254f13b57ad06d3440d8993 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Tue, 15 Jun 2021 16:11:37 +0100 Subject: [PATCH] add truncate pricing --- db/publicapi.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/db/publicapi.json b/db/publicapi.json index b7a7c4e..f7327ce 100644 --- a/db/publicapi.json +++ b/db/publicapi.json @@ -6,6 +6,7 @@ "Db.Create": 1, "Db.Read": 1, "Db.Update": 1, - "Db.Delete": 1 + "Db.Delete": 1, + "Db.Truncate": 1 } }