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

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

Issue 2711543002: Experiment to add bank name in autofill ui. (Closed)
Patch Set: Experiment to add bank name in autofill ui. Created 3 years, 6 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
OLDNEW
(Empty)
1 PRAGMA foreign_keys=OFF;
2 BEGIN TRANSACTION;
3 CREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY, value LONGVARCHAR );
4 INSERT INTO "meta" VALUES('mmap_status','-1');
5 INSERT INTO "meta" VALUES('version','72');
6 INSERT INTO "meta" VALUES('last_compatible_version','72');
7 INSERT INTO "meta" VALUES('Builtin Keyword Version','98');
8 CREATE TABLE token_service (service VARCHAR PRIMARY KEY NOT NULL,encrypted_token BLOB);
9 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,safe_for_au toreplace INTEGER,originating_url VARCHAR,date_created INTEGER DEFAULT 0,usage_c ount INTEGER DEFAULT 0,input_encodings VARCHAR,suggest_url VARCHAR,prepopulate_i d INTEGER DEFAULT 0,created_by_policy INTEGER DEFAULT 0,instant_url VARCHAR,last _modified INTEGER DEFAULT 0,sync_guid VARCHAR,alternate_urls VARCHAR,search_term s_replacement_key VARCHAR,image_url VARCHAR,search_url_post_params VARCHAR,sugge st_url_post_params VARCHAR,instant_url_post_params VARCHAR,image_url_post_params VARCHAR,new_tab_url VARCHAR, last_visited INTEGER DEFAULT 0);
10 INSERT INTO "keywords" VALUES(2,'Google','google.com','http://www.google.com/fav icon.ico','{google:baseURL}search?q={searchTerms}&{google:RLZ}{google:originalQu eryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{g oogle:iOSSearchLanguage}{google:searchClient}{google:sourceId}{google:instantExt endedEnabledParameter}{google:contextualSearchVersion}ie={inputEncoding}',1,'',0 ,0,'UTF-8','{google:baseSuggestURL}search?{google:searchFieldtrialParameter}clie nt={google:suggestClient}&gs_ri={google:suggestRid}&xssi=t&q={searchTerms}&{goog le:inputType}{google:cursorPosition}{google:currentPageUrl}{google:pageClassific ation}{google:searchVersion}{google:sessionToken}{google:prefetchQuery}sugkey={g oogle:suggestAPIKeyParameter}',1,0,'{google:baseURL}webhp?sourceid=chrome-instan t&{google:RLZ}{google:forceInstantResults}{google:instantExtendedEnabledParamete r}ie={inputEncoding}',0,'746c326c-775a-4149-9777-6ea8d5cba42e','["{google:baseUR L}#q={searchTerms}","{google:baseURL}search#q={searchTerms}","{google:baseURL}we bhp#q={searchTerms}","{google:baseURL}s#q={searchTerms}","{google:baseURL}s?q={s earchTerms}"]','espv','{google:baseURL}searchbyimage/upload','','','','encoded_i mage={google:imageThumbnail},image_url={google:imageURL},sbisrc={google:imageSea rchSource},original_width={google:imageOriginalWidth},original_height={google:im ageOriginalHeight}','{google:baseURL}_/chrome/newtab?{google:RLZ}{google:instant ExtendedEnabledParameter}ie={inputEncoding}',0);
11 INSERT INTO "keywords" VALUES(3,'Bing','bing.com','https://www.bing.com/s/a/bing _p.ico','https://www.bing.com/search?q={searchTerms}&PC=U316&FORM=CHROMN',1,'',0 ,0,'UTF-8','https://www.bing.com/osjson.aspx?query={searchTerms}&language={langu age}&PC=U316',3,0,'',0,'7563284f-dade-4e03-b164-17a6122ae635','[]','','https://w ww.bing.com/images/detail/search?iss=sbi&FORM=CHROMI#enterInsights','','','','im gurl={google:imageURL}','https://www.bing.com/chrome/newtab',0);
12 INSERT INTO "keywords" VALUES(4,'Yahoo!','yahoo.com','https://search.yahoo.com/f avicon.ico','https://search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={sear chTerms}',1,'',0,0,'UTF-8','https://search.yahoo.com/sugg/chrome?output=fxjson&a ppid=crmas&command={searchTerms}',2,0,'',0,'5e79ca4c-0483-42c7-a217-3638ced8f6cd ','[]','','','','','','','',0);
13 INSERT INTO "keywords" VALUES(5,'AOL','aol.com','https://search.aol.com/favicon. ico','https://search.aol.com/aol/search?q={searchTerms}',1,'',0,0,'UTF-8','http: //autocomplete.search.aol.com/autocomplete/get?output=json&it=&q={searchTerms}', 35,0,'',0,'f0676c78-9a85-4720-bd74-110e473ce6e7','[]','','','','','','','',0);
14 INSERT INTO "keywords" VALUES(6,'Ask','ask.com','http://sp.ask.com/sh/i/a16/favi con/favicon.ico','http://www.ask.com/web?q={searchTerms}',1,'',0,0,'UTF-8','http ://ss.ask.com/query?q={searchTerms}&li=ff',4,0,'',0,'5005f7aa-40a2-44ae-b8d5-363 892f5f39d','[]','','','','','','','',0);
15 CREATE TABLE autofill (name VARCHAR, value VARCHAR, value_lower VARCHAR, date_cr eated INTEGER DEFAULT 0, date_last_used INTEGER DEFAULT 0, count INTEGER DEFAULT 1, PRIMARY KEY (name, value));
16 CREATE TABLE credit_cards ( guid VARCHAR PRIMARY KEY, name_on_card VARCHAR, expi ration_month INTEGER, expiration_year INTEGER, card_number_encrypted BLOB, date_ modified INTEGER NOT NULL DEFAULT 0, origin VARCHAR DEFAULT '', use_count INTEGE R NOT NULL DEFAULT 0, use_date INTEGER NOT NULL DEFAULT 0, billing_address_id VA RCHAR);
17 CREATE TABLE autofill_profiles ( guid VARCHAR PRIMARY KEY, company_name VARCHAR, street_address VARCHAR, dependent_locality VARCHAR, city VARCHAR, state VARCHAR , zipcode VARCHAR, sorting_code VARCHAR, country_code VARCHAR, date_modified INT EGER NOT NULL DEFAULT 0, origin VARCHAR DEFAULT '', language_code VARCHAR, use_c ount INTEGER NOT NULL DEFAULT 0, use_date INTEGER NOT NULL DEFAULT 0);
18 CREATE TABLE autofill_profile_names ( guid VARCHAR, first_name VARCHAR, middle_n ame VARCHAR, last_name VARCHAR, full_name VARCHAR);
19 CREATE TABLE autofill_profile_emails ( guid VARCHAR, email VARCHAR);
20 CREATE TABLE autofill_profile_phones ( guid VARCHAR, number VARCHAR);
21 CREATE TABLE autofill_profiles_trash ( guid VARCHAR);
22 CREATE TABLE masked_credit_cards (id VARCHAR,status VARCHAR,name_on_card VARCHAR ,network VARCHAR,last_four VARCHAR,exp_month INTEGER DEFAULT 0,exp_year INTEGER DEFAULT 0);
23 INSERT INTO "masked_credit_cards" VALUES('card_1','status','bob','VISA','1234',1 2,2050);
24 CREATE TABLE unmasked_credit_cards (id VARCHAR,card_number_encrypted VARCHAR, us e_count INTEGER NOT NULL DEFAULT 0, use_date INTEGER NOT NULL DEFAULT 0, unmask_ date INTEGER NOT NULL DEFAULT 0);
25 CREATE TABLE server_card_metadata (id VARCHAR NOT NULL,use_count INTEGER NOT NUL L DEFAULT 0, use_date INTEGER NOT NULL DEFAULT 0, billing_address_id VARCHAR);
26 CREATE TABLE server_addresses (id VARCHAR,company_name VARCHAR,street_address VA RCHAR,address_1 VARCHAR,address_2 VARCHAR,address_3 VARCHAR,address_4 VARCHAR,po stal_code VARCHAR,sorting_code VARCHAR,country_code VARCHAR,language_code VARCHA R, recipient_name VARCHAR, phone_number VARCHAR);
27 CREATE TABLE server_address_metadata (id VARCHAR NOT NULL,use_count INTEGER NOT NULL DEFAULT 0, use_date INTEGER NOT NULL DEFAULT 0, has_converted BOOL NOT NULL DEFAULT FALSE);
28 CREATE TABLE autofill_sync_metadata (storage_key VARCHAR PRIMARY KEY NOT NULL,va lue BLOB);
29 CREATE TABLE autofill_model_type_state (id INTEGER PRIMARY KEY, value BLOB);
30 CREATE INDEX autofill_name ON autofill (name);
31 CREATE INDEX autofill_name_value_lower ON autofill (name, value_lower);
32 COMMIT;
OLDNEW
« no previous file with comments | « components/autofill/core/browser/webdata/autofill_wallet_syncable_service.cc ('k') | components/webdata/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698