aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-profile-utils.h
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2013-02-19 19:36:00 +0800
committerClaudio Saavedra <csaavedra@igalia.com>2013-03-05 14:16:07 +0800
commit3d0bd8a2e3c1f1d5212a03c2ab82599b4c6e41cb (patch)
treec9dcb836fdab3f3311db9682a9d8de071a3152b3 /lib/ephy-profile-utils.h
parente6f502ec76f1f51360338e56962f489744375bd3 (diff)
downloadgsoc2013-epiphany-3d0bd8a2e3c1f1d5212a03c2ab82599b4c6e41cb.tar
gsoc2013-epiphany-3d0bd8a2e3c1f1d5212a03c2ab82599b4c6e41cb.tar.gz
gsoc2013-epiphany-3d0bd8a2e3c1f1d5212a03c2ab82599b4c6e41cb.tar.bz2
gsoc2013-epiphany-3d0bd8a2e3c1f1d5212a03c2ab82599b4c6e41cb.tar.lz
gsoc2013-epiphany-3d0bd8a2e3c1f1d5212a03c2ab82599b4c6e41cb.tar.xz
gsoc2013-epiphany-3d0bd8a2e3c1f1d5212a03c2ab82599b4c6e41cb.tar.zst
gsoc2013-epiphany-3d0bd8a2e3c1f1d5212a03c2ab82599b4c6e41cb.zip
ephy-profile-migrator: migrate form passwords to new schema
This completes the migration, by moving all passwords previously stored as network passwords to the epiphany form passwords specific schema. It must be noted that some of these passwords were not properly stored as network passwords but as generic passwords, so a throghout search was necessary in order to find all of them. https://bugzilla.gnome.org/show_bug.cgi?id=679918
Diffstat (limited to 'lib/ephy-profile-utils.h')
-rw-r--r--lib/ephy-profile-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-profile-utils.h b/lib/ephy-profile-utils.h
index 7e22dd6f8..ec3905bd7 100644
--- a/lib/ephy-profile-utils.h
+++ b/lib/ephy-profile-utils.h
@@ -30,7 +30,7 @@
#define FORM_PASSWORD_KEY "form_password"
#define USERNAME_KEY "username"
-#define EPHY_PROFILE_MIGRATION_VERSION 8
+#define EPHY_PROFILE_MIGRATION_VERSION 9
#define EPHY_HISTORY_FILE "ephy-history.db"
#define EPHY_BOOKMARKS_FILE "ephy-bookmarks.xml"