palewire / django-calaccess-campaign-browser

A Django app to refine, review and republish campaign finance data drawn from the California Secretary of State’s CAL-ACCESS database
http://django-calaccess-campaign-browser.californiacivicdata.org
MIT License
17 stars 12 forks source link

How is the calaccess_campaign_browser_stats table generated? #96

Closed aboutaaron closed 10 years ago

aboutaaron commented 10 years ago

Rebuilding the database when I got this error: Exception _mysql_exceptions.ProgrammingError: (1146, "Table 'calaccess_raw.calaccess_campaign_browser_stats' doesn't exist") in <bound method Cursor.__del__ of <MySQLdb.cursors.Cursor object at 0x7f2804578f90>> ignored It looks like it's not necessarily needed, but I wanted to know how it's generated and how to either add this table or remove the error. cc @palewire

armendariz commented 10 years ago

Kill it. And kill the summary table and fold the summary totals into the Filing table @palewire @aboutaaron

aboutaaron commented 10 years ago

I believe this is taken care of in the latest push. Closing.