summaryrefslogtreecommitdiff
path: root/libre/clementine-libre/clementine-fresh-start.patch
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-06-06 09:22:43 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-06-06 09:22:43 -0400
commit6237ecf456b95ac37864cf91df9cd02795a529d4 (patch)
tree6c26858ed69113ecc091964324d2b56292a78fe4 /libre/clementine-libre/clementine-fresh-start.patch
parent1c27f57b1a28074a50e05aaa73c47ef55127e318 (diff)
parent5cd5d2171660435cd34470577be150e2a01d1b5e (diff)
downloadabslibre-6237ecf456b95ac37864cf91df9cd02795a529d4.tar.gz
abslibre-6237ecf456b95ac37864cf91df9cd02795a529d4.tar.bz2
abslibre-6237ecf456b95ac37864cf91df9cd02795a529d4.zip
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/clementine-libre/clementine-fresh-start.patch')
-rw-r--r--libre/clementine-libre/clementine-fresh-start.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/libre/clementine-libre/clementine-fresh-start.patch b/libre/clementine-libre/clementine-fresh-start.patch
new file mode 100644
index 000000000..9bf12973d
--- /dev/null
+++ b/libre/clementine-libre/clementine-fresh-start.patch
@@ -0,0 +1,9 @@
+diff -rupN clementine-0.7.1.old/data/schema/schema.sql clementine-0.7.1/data/schema/schema.sql
+--- clementine-0.7.1.old/data/schema/schema.sql 2011-03-29 15:16:12.000000000 -0400
++++ clementine-0.7.1/data/schema/schema.sql 2012-01-12 19:15:39.889374607 -0500
+@@ -35,4 +35,5 @@ CREATE TABLE songs (
+ CREATE TABLE schema_version (
+ version INTEGER NOT NULL
+ );
++
+ INSERT INTO schema_version (version) VALUES (0);