1
0
Fork 0
mirror of synced 2024-07-03 21:50:34 +12:00

inbound and outbound bandwidth

This commit is contained in:
Damodar Lohani 2022-06-29 07:21:54 +00:00
parent 25aca3c4d3
commit 71c8c8a72e

View file

@ -22,6 +22,12 @@ class Usage
'network' => [
'table' => 'appwrite_usage_network_all',
],
'inbound' => [
'table' => 'appwrite_usage_network_inbound',
],
'outbound' => [
'table' => 'appwrite_usage_network_outbound',
],
'executions' => [
'table' => 'appwrite_usage_executions_all',
],