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

Side by Side Diff: components/test/data/web_database/version_31.sql

Issue 17788002: components/webdata: Break the dependency on chrome/test/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add entry to chrome/unit_tests.isolate to fix swarm build Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 PRAGMA foreign_keys=OFF; 1 PRAGMA foreign_keys=OFF;
2 BEGIN TRANSACTION; 2 BEGIN TRANSACTION;
3 CREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY,value LONGVARCHAR) ; 3 CREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY,value LONGVARCHAR) ;
4 INSERT INTO "meta" VALUES('version','31'); 4 INSERT INTO "meta" VALUES('version','31');
5 INSERT INTO "meta" VALUES('last_compatible_version','31'); 5 INSERT INTO "meta" VALUES('last_compatible_version','31');
6 INSERT INTO "meta" VALUES('Default Search Provider ID','2'); 6 INSERT INTO "meta" VALUES('Default Search Provider ID','2');
7 INSERT INTO "meta" VALUES('Builtin Keyword Version','32'); 7 INSERT INTO "meta" VALUES('Builtin Keyword Version','32');
8 CREATE TABLE keywords (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL,keywor d VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,show_in_def ault_list INTEGER,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_crea ted INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,sugg est_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,autogenerate_keyword INTEGER DE FAULT 0,logo_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_ur l VARCHAR); 8 CREATE TABLE keywords (id INTEGER PRIMARY KEY,short_name VARCHAR NOT NULL,keywor d VARCHAR NOT NULL,favicon_url VARCHAR NOT NULL,url VARCHAR NOT NULL,show_in_def ault_list INTEGER,safe_for_autoreplace INTEGER,originating_url VARCHAR,date_crea ted INTEGER DEFAULT 0,usage_count INTEGER DEFAULT 0,input_encodings VARCHAR,sugg est_url VARCHAR,prepopulate_id INTEGER DEFAULT 0,autogenerate_keyword INTEGER DE FAULT 0,logo_id INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_ur l VARCHAR);
9 INSERT INTO "keywords" VALUES(2,'Google','google.com','http://www.google.com/fav icon.ico','{google:baseURL}search?{google:RLZ}{google:acceptedSuggestion}{google :originalQueryForSuggestion}sourceid=chrome&ie={inputEncoding}&q={searchTerms}', 1,1,'',0,0,'UTF-8','{google:baseSuggestURL}search?client=chrome&hl={language}&q= {searchTerms}',1,1,6247,0,'{google:baseURL}webhp?{google:RLZ}sourceid=chrome-ins tant&ie={inputEncoding}&ion=1{searchTerms}'); 9 INSERT INTO "keywords" VALUES(2,'Google','google.com','http://www.google.com/fav icon.ico','{google:baseURL}search?{google:RLZ}{google:acceptedSuggestion}{google :originalQueryForSuggestion}sourceid=chrome&ie={inputEncoding}&q={searchTerms}', 1,1,'',0,0,'UTF-8','{google:baseSuggestURL}search?client=chrome&hl={language}&q= {searchTerms}',1,1,6247,0,'{google:baseURL}webhp?{google:RLZ}sourceid=chrome-ins tant&ie={inputEncoding}&ion=1{searchTerms}');
10 INSERT INTO "keywords" VALUES(3,'Yahoo!','yahoo.com','http://search.yahoo.com/fa vicon.ico','http://search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={search Terms}',1,1,'',0,0,'UTF-8','http://ff.search.yahoo.com/gossip?output=fxjson&comm and={searchTerms}',2,0,6264,0,''); 10 INSERT INTO "keywords" VALUES(3,'Yahoo!','yahoo.com','http://search.yahoo.com/fa vicon.ico','http://search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={search Terms}',1,1,'',0,0,'UTF-8','http://ff.search.yahoo.com/gossip?output=fxjson&comm and={searchTerms}',2,0,6264,0,'');
11 INSERT INTO "keywords" VALUES(4,'Bing','bing.com','http://www.bing.com/s/wlflag. ico','http://www.bing.com/search?q={searchTerms}',1,1,'',0,0,'UTF-8','http://api .bing.com/osjson.aspx?query={searchTerms}&language={language}',3,0,6241,0,''); 11 INSERT INTO "keywords" VALUES(4,'Bing','bing.com','http://www.bing.com/s/wlflag. ico','http://www.bing.com/search?q={searchTerms}',1,1,'',0,0,'UTF-8','http://api .bing.com/osjson.aspx?query={searchTerms}&language={language}',3,0,6241,0,'');
12 CREATE TABLE logins (origin_url VARCHAR NOT NULL, action_url VARCHAR, username_e lement VARCHAR, username_value VARCHAR, password_element VARCHAR, password_value BLOB, submit_element VARCHAR, signon_realm VARCHAR NOT NULL,ssl_valid INTEGER N OT NULL,preferred INTEGER NOT NULL,date_created INTEGER NOT NULL,blacklisted_by_ user INTEGER NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url, username_eleme nt, username_value, password_element, submit_element, signon_realm)); 12 CREATE TABLE logins (origin_url VARCHAR NOT NULL, action_url VARCHAR, username_e lement VARCHAR, username_value VARCHAR, password_element VARCHAR, password_value BLOB, submit_element VARCHAR, signon_realm VARCHAR NOT NULL,ssl_valid INTEGER N OT NULL,preferred INTEGER NOT NULL,date_created INTEGER NOT NULL,blacklisted_by_ user INTEGER NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url, username_eleme nt, username_value, password_element, submit_element, signon_realm));
13 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNI QUE (url, width, height)); 13 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNI QUE (url, width, height));
14 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL); 14 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
15 CREATE TABLE autofill (name VARCHAR, value VARCHAR, value_lower VARCHAR, pair_id INTEGER PRIMARY KEY, count INTEGER DEFAULT 1); 15 CREATE TABLE autofill (name VARCHAR, value VARCHAR, value_lower VARCHAR, pair_id INTEGER PRIMARY KEY, count INTEGER DEFAULT 1);
16 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0, date_created INTEGER DE FAULT 0); 16 CREATE TABLE autofill_dates ( pair_id INTEGER DEFAULT 0, date_created INTEGER DE FAULT 0);
17 CREATE TABLE autofill_profiles ( label VARCHAR, unique_id INTEGER PRIMARY KEY, f irst_name VARCHAR, middle_name VARCHAR, last_name VARCHAR, email VARCHAR, compan y_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, st ate VARCHAR, zipcode VARCHAR, country VARCHAR, phone VARCHAR, fax VARCHAR, date_ modified INTEGER NOT NULL DEFAULT 0, guid VARCHAR NOT NULL DEFAULT ""); 17 CREATE TABLE autofill_profiles ( label VARCHAR, unique_id INTEGER PRIMARY KEY, f irst_name VARCHAR, middle_name VARCHAR, last_name VARCHAR, email VARCHAR, compan y_name VARCHAR, address_line_1 VARCHAR, address_line_2 VARCHAR, city VARCHAR, st ate VARCHAR, zipcode VARCHAR, country VARCHAR, phone VARCHAR, fax VARCHAR, date_ modified INTEGER NOT NULL DEFAULT 0, guid VARCHAR NOT NULL DEFAULT "");
18 INSERT INTO "autofill_profiles" VALUES('Elvis Presley, 1122 PBJ Lane',1,'Elvis', '','Presley','elvis@elvis.com','Hip Shake Inc.','1122 PBJ Lane','Suite 1','Memph is','TN','38116','UK','9013323322','',1288642516,'A4FF32F6-EF3F-379A-87F2-40A881 1182A7'); 18 INSERT INTO "autofill_profiles" VALUES('Elvis Presley, 1122 PBJ Lane',1,'Elvis', '','Presley','elvis@elvis.com','Hip Shake Inc.','1122 PBJ Lane','Suite 1','Memph is','TN','38116','UK','9013323322','',1288642516,'A4FF32F6-EF3F-379A-87F2-40A881 1182A7');
19 CREATE TABLE credit_cards ( label VARCHAR, unique_id INTEGER PRIMARY KEY, name_o n_card VARCHAR, type VARCHAR, card_number VARCHAR, expiration_month INTEGER, exp iration_year INTEGER, verification_code VARCHAR, billing_address VARCHAR, shippi ng_address VARCHAR, card_number_encrypted BLOB, verification_code_encrypted BLOB , date_modified INTEGER NOT NULL DEFAULT 0, guid VARCHAR NOT NULL DEFAULT ""); 19 CREATE TABLE credit_cards ( label VARCHAR, unique_id INTEGER PRIMARY KEY, name_o n_card VARCHAR, type VARCHAR, card_number VARCHAR, expiration_month INTEGER, exp iration_year INTEGER, verification_code VARCHAR, billing_address VARCHAR, shippi ng_address VARCHAR, card_number_encrypted BLOB, verification_code_encrypted BLOB , date_modified INTEGER NOT NULL DEFAULT 0, guid VARCHAR NOT NULL DEFAULT "");
20 INSERT INTO "credit_cards" VALUES('',2,'Jim J Jones','','',1,2011,'','0','',X'76 31309863E9F1F33C2BDBFBFC86708448BDD8B37A495B628C8459A60D0CCD1047E69F',X'',128864 2516,'B77F749C-8B0E-44B2-D299-3C80A95E0ADD'); 20 INSERT INTO "credit_cards" VALUES('',2,'Jim J Jones','','',1,2011,'','0','',X'76 31309863E9F1F33C2BDBFBFC86708448BDD8B37A495B628C8459A60D0CCD1047E69F',X'',128864 2516,'B77F749C-8B0E-44B2-D299-3C80A95E0ADD');
21 CREATE TABLE token_service (service VARCHAR PRIMARY KEY NOT NULL,encrypted_token BLOB); 21 CREATE TABLE token_service (service VARCHAR PRIMARY KEY NOT NULL,encrypted_token BLOB);
22 CREATE INDEX logins_signon ON logins (signon_realm); 22 CREATE INDEX logins_signon ON logins (signon_realm);
23 CREATE INDEX web_apps_url_index ON web_apps (url); 23 CREATE INDEX web_apps_url_index ON web_apps (url);
24 CREATE INDEX autofill_name ON autofill (name); 24 CREATE INDEX autofill_name ON autofill (name);
25 CREATE INDEX autofill_name_value_lower ON autofill (name, value_lower); 25 CREATE INDEX autofill_name_value_lower ON autofill (name, value_lower);
26 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id); 26 CREATE INDEX autofill_dates_pair_id ON autofill_dates (pair_id);
27 CREATE INDEX autofill_profiles_label_index ON autofill_profiles (label); 27 CREATE INDEX autofill_profiles_label_index ON autofill_profiles (label);
28 CREATE INDEX credit_cards_label_index ON credit_cards (label); 28 CREATE INDEX credit_cards_label_index ON credit_cards (label);
29 COMMIT; 29 COMMIT;
OLDNEW
« no previous file with comments | « components/test/data/web_database/version_30.sql ('k') | components/test/data/web_database/version_32.sql » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698