diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2013-01-23 22:26:12 +0100 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2013-01-23 22:29:18 +0100 |
| commit | 6da6b4441b1c9fa595642ee473f099aa7330bd64 (patch) | |
| tree | 653693ff23c11dd33e5c87daa77c508e67a56da9 /main | |
| parent | 0ad8509d689a7a5a02609da0ec018b73ed6dbfbb (diff) | |
| download | cgeo-6da6b4441b1c9fa595642ee473f099aa7330bd64.zip cgeo-6da6b4441b1c9fa595642ee473f099aa7330bd64.tar.gz cgeo-6da6b4441b1c9fa595642ee473f099aa7330bd64.tar.bz2 | |
Remove the now unused "own" column in caches table
sqlite does not support the "alter table … drop column" construct, so
this column will stay and be unused for existing installations.
See issue #2322 for discussion.
Diffstat (limited to 'main')
| -rw-r--r-- | main/src/cgeo/geocaching/cgData.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/cgData.java b/main/src/cgeo/geocaching/cgData.java index 01657f9..4bb96c5 100644 --- a/main/src/cgeo/geocaching/cgData.java +++ b/main/src/cgeo/geocaching/cgData.java @@ -104,7 +104,6 @@ public class cgData { + "guid text, " + "type text, " + "name text, " - + "own integer not null default 0, " // TODO: remove this column during the next database upgrade + "owner text, " + "owner_real text, " + "hidden long, " |
