mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-27 17:49:19 +01:00
Force a re-download of the magnatune database so svn users will get the sku-codes required for downloading
This commit is contained in:
parent
903dbba87e
commit
f69a82bc6e
@ -181,5 +181,6 @@
|
||||
<file>icons/22x22/view-fullscreen.png</file>
|
||||
<file>icons/32x32/view-fullscreen.png</file>
|
||||
<file>icons/48x48/view-fullscreen.png</file>
|
||||
<file>schema-12.sql</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
4
data/schema-12.sql
Normal file
4
data/schema-12.sql
Normal file
@ -0,0 +1,4 @@
|
||||
DELETE FROM magnatune_songs;
|
||||
|
||||
UPDATE schema_version SET version=12;
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include <QVariant>
|
||||
|
||||
const char* Database::kDatabaseFilename = "clementine.db";
|
||||
const int Database::kSchemaVersion = 11;
|
||||
const int Database::kSchemaVersion = 12;
|
||||
|
||||
int (*Database::_sqlite3_create_function) (
|
||||
sqlite3*, const char*, int, int, void*,
|
||||
|
Loading…
x
Reference in New Issue
Block a user