We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2b4ae commit 9cdaf9eCopy full SHA for 9cdaf9e
merrit-billing/schema.sql
@@ -108,19 +108,6 @@ CREATE TABLE ingests_completed (
108
INDEX ingest_date(ingest_date)
109
);
110
111
-/*
112
-DROP TABLE IF EXISTS node_counts;
113
-*/
114
-CREATE TABLE node_counts (
115
- inv_node_id int,
116
- number int,
117
- object_count bigint,
118
- object_count_primary bigint,
119
- object_count_secondary bigint,
120
- file_count bigint,
121
- billable_size bigint,
122
- index node_id(inv_node_id)
123
-);
124
125
/*
126
DROP TABLE IF EXISTS daily_node_counts;
0 commit comments