diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-10-27 12:00:51 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-10-27 12:00:51 -0400 |
commit | a957024315d06271ceb557b40512d728a15da2b4 (patch) | |
tree | c5561790c4d67e2c1d4ba45392e160b18508463f /libre/clementine-libre/clementine-fresh-start.patch | |
parent | df1af774dc8dc6b26467efb84b04295d2726b8bb (diff) | |
parent | df0201976210a03cbc15d5580a609a62e8cc8b05 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/clementine-libre/clementine-fresh-start.patch')
-rwxr-xr-x | libre/clementine-libre/clementine-fresh-start.patch | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libre/clementine-libre/clementine-fresh-start.patch b/libre/clementine-libre/clementine-fresh-start.patch deleted file mode 100755 index 9bf12973d..000000000 --- a/libre/clementine-libre/clementine-fresh-start.patch +++ /dev/null @@ -1,9 +0,0 @@ -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); |