Code review comment for lp:~rainct/zeitgeist/rebuild-fts-on-new-db

Revision history for this message
Michal Hruby (mhr3) wrote :

74 + if (database_creation_date > metadata_date)

Shouldn't we just compare for unequality? (restoring db from backup etc)

Also, shouldn't we insert the schema row also when upgrading a DB from ver 4/5?

« Back to merge proposal