Bookworm-project / BookwormDB

Tools for text tokenization and encoding
MIT License
84 stars 12 forks source link

Re-running make command (database not updating) #54

Closed tpmccallum closed 9 years ago

tpmccallum commented 9 years ago

Hi, Huge success with this, have an instance running which I am very happy with.

I just added a significant amount of new records and re-ran the make command. Unfortunately it looks like the new records are not showing in the browser.

mysql> select count(*) from fastcat;

shows

6

Running the python

python OneClick.py reloadAllMemory

command did not fix the issue.

Is there a more brutal way of updating the database?

FYI bookworm is at http://54.153.174.142/mccallum/

Kind regards Tim

tpmccallum commented 9 years ago

Ended up dropping all of the database tables and re-running the make command. It worked.