[db] Drop upgrade support for pre-v17 db versions

Also drop the old way of recreating the files table, it is now replaced by
db_table_upgrade().
This commit is contained in:
ejurgensen 2018-12-30 00:39:42 +01:00
parent a4c254e6e7
commit 8043ca1291
2 changed files with 1 additions and 1053 deletions

View File

@ -6976,7 +6976,7 @@ db_check_version(void)
db_ver = db_ver_major * 100 + db_ver_minor;
if (db_ver_major < 10)
if (db_ver_major < 17)
{
DPRINTF(E_FATAL, L_DB, "Database schema v%d too old, cannot upgrade\n", db_ver_major);

File diff suppressed because it is too large Load Diff