diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2012-08-12 23:59:45 +0800 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2012-09-01 02:34:00 +0800 |
commit | 2c6125c8768c138897d1d2b91b711520d61c0eee (patch) | |
tree | d1a5d4ea36b022f8f83d68afb0553d892e72f1bb /lib/ephy-profile-utils.h | |
parent | 54810099280f6086b79f92db0a2722b434c01657 (diff) | |
download | gsoc2013-epiphany-2c6125c8768c138897d1d2b91b711520d61c0eee.tar gsoc2013-epiphany-2c6125c8768c138897d1d2b91b711520d61c0eee.tar.gz gsoc2013-epiphany-2c6125c8768c138897d1d2b91b711520d61c0eee.tar.bz2 gsoc2013-epiphany-2c6125c8768c138897d1d2b91b711520d61c0eee.tar.lz gsoc2013-epiphany-2c6125c8768c138897d1d2b91b711520d61c0eee.tar.xz gsoc2013-epiphany-2c6125c8768c138897d1d2b91b711520d61c0eee.tar.zst gsoc2013-epiphany-2c6125c8768c138897d1d2b91b711520d61c0eee.zip |
ephy-profile-migrator: New migrator for history backend changes
This adds a couple of new required columns to the urls table.
Diffstat (limited to 'lib/ephy-profile-utils.h')
-rw-r--r-- | lib/ephy-profile-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-profile-utils.h b/lib/ephy-profile-utils.h index 9ae095735..8f50922c6 100644 --- a/lib/ephy-profile-utils.h +++ b/lib/ephy-profile-utils.h @@ -26,7 +26,7 @@ #define FORM_USERNAME_KEY "form_username" #define FORM_PASSWORD_KEY "form_password" -#define EPHY_PROFILE_MIGRATION_VERSION 7 +#define EPHY_PROFILE_MIGRATION_VERSION 8 int ephy_profile_utils_get_migration_version (void); |