Skip to content

Commit

Permalink
Txn multi chart working
Browse files Browse the repository at this point in the history
  • Loading branch information
simonambridge committed Dec 3, 2016
1 parent 6c181e8 commit 7a7428f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 135 deletions.
9 changes: 9 additions & 0 deletions clear_tables.cql
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
truncate table transactions;
truncate table txn_count_min;
truncate table dailytxns_bymerchant;
truncate table hourlyaggregates_bycc;
truncate table dailyaggregates_bycc;
truncate table monthlyaggregates_bycc;
truncate table yearlyaggregates_bycc;


135 changes: 0 additions & 135 deletions creates_and_inserts.cql~

This file was deleted.

0 comments on commit 7a7428f

Please sign in to comment.