Commit 63f5b0b 1 parent ed6b7b5 commit 63f5b0b Copy full SHA for 63f5b0b
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -205,8 +205,6 @@ CREATE TABLE
205
205
_000001_total_balance numeric (39 ) DEFAULT 0 ,
206
206
_000001_below_total_balance numeric (39 ) DEFAULT 0 ,
207
207
_1000000_account_count integer DEFAULT 0 ,
208
- _1000000_account_count integer DEFAULT 0 ,
209
- _100000_account_count integer DEFAULT 0 ,
210
208
_100000_account_count integer DEFAULT 0 ,
211
209
_10000_account_count integer DEFAULT 0 ,
212
210
_1000_account_count integer DEFAULT 0 ,
@@ -219,6 +217,7 @@ CREATE TABLE
219
217
_00001_account_count integer DEFAULT 0 ,
220
218
_000001_account_count integer DEFAULT 0 ,
221
219
_000001_below_account_count integer DEFAULT 0 ,
220
+ _zero_account_count integer DEFAULT 0 ,
222
221
timestamp integer NOT NULL ,
223
222
timestamp_utc timestamp without time zone NOT NULL ,
224
223
CONSTRAINT unique_rollup_daily UNIQUE (timestamp )
Original file line number Diff line number Diff line change @@ -211,6 +211,7 @@ CREATE TABLE
211
211
` _00001_account_count` int (11 ) DEFAULT 0 ,
212
212
` _000001_account_count` int (11 ) DEFAULT 0 ,
213
213
` _000001_below_account_count` int (11 ) DEFAULT 0 ,
214
+ ` _zero_account_count` int (11 ) DEFAULT 0 ,
214
215
` timestamp` int (11 ) DEFAULT NULL ,
215
216
` timestamp_utc` datetime DEFAULT NULL ,
216
217
UNIQUE KEY ` timestamp` (` timestamp` )
You can’t perform that action at this time.
0 commit comments