Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(418)

Unified Diff: components/test/data/password_manager/login_db_v17.sql

Issue 2126713006: Refactor LoginDatabase migration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments addressed Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/test/data/password_manager/login_db_v16.sql ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test/data/password_manager/login_db_v17.sql
diff --git a/components/test/data/password_manager/login_db_v17.sql b/components/test/data/password_manager/login_db_v17.sql
index 471f24d669bc080ee40fdfadda42a0dccaa2e091..08233677426a38942c00a95201a692caa1834f0d 100644
--- a/components/test/data/password_manager/login_db_v17.sql
+++ b/components/test/data/password_manager/login_db_v17.sql
@@ -2,7 +2,7 @@ PRAGMA foreign_keys=OFF;
BEGIN TRANSACTION;
CREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY, value LONGVARCHAR);
INSERT INTO "meta" VALUES('last_compatible_version','14');
-INSERT INTO "meta" VALUES('version','15');
+INSERT INTO "meta" VALUES('version','17');
CREATE TABLE logins (
origin_url VARCHAR NOT NULL,
action_url VARCHAR,
« no previous file with comments | « components/test/data/password_manager/login_db_v16.sql ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698