Skip to content

Commit 9cdaf9e

Browse files
committed
rm table
1 parent 9b2b4ae commit 9cdaf9e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

merrit-billing/schema.sql

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -108,19 +108,6 @@ CREATE TABLE ingests_completed (
108108
INDEX ingest_date(ingest_date)
109109
);
110110

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-
);
124111

125112
/*
126113
DROP TABLE IF EXISTS daily_node_counts;

0 commit comments

Comments
 (0)