*** empty log message ***
diff --git a/commits/batch/create_query_tables.sql b/commits/batch/create_query_tables.sql
index e72685c..cb7bab0 100755
--- a/commits/batch/create_query_tables.sql
+++ b/commits/batch/create_query_tables.sql
@@ -18,7 +18,7 @@
 	group by project, yearmonth
 	order by yearmonth;
 
-drop table if exists ProjectCommitActivity;
+drop table if exists ProjectCompanyActivity;
 create table ProjectCompanyActivity
 	select project, company, count(distinct revision) as count 
 	from commits