diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-10-26 04:24:02 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-10-26 04:24:02 -0200 |
commit | 020be9d8aff29e757532348492c365e0a69b9137 (patch) | |
tree | 575a34213a1f45802eafb97bd824a0323a892856 /libre/clementine-libre/clementine-fresh-start.patch | |
parent | 3e7c37fcbb6aef33580ec69c215dd186cf8af978 (diff) |
clementine-libre-1.1.0-2: updating version
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); |