* Resolved missing table errors.
* These were due to some dynamically created tables being queried before
they were created.
* These tables are now created at start up.
* Resolved many "INSERT" errors that were polluting the logs:
* These were due to a race condition where sometimes the database would
return the data as not being in the database causing Gaseous to try to
insert it - even though the data was already there.