Skip to content

Commit

Permalink
Data update
Browse files Browse the repository at this point in the history
  • Loading branch information
umpirsky committed Apr 15, 2018
1 parent f2d43fd commit 6ae7b5a
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 14 deletions.
1 change: 0 additions & 1 deletion data/en/tld.csv
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ bond,bond
boo,boo
book,book
booking,booking
boots,boots
bosch,bosch
bostik,bostik
boston,boston
Expand Down
2 changes: 1 addition & 1 deletion data/en/tld.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/en/tld.json

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions data/en/tld.mysql.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CREATE TABLE list (id VARCHAR(10) NOT NULL, value VARCHAR(64) NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE = InnoDB;
CREATE TABLE list (id VARCHAR(64) NOT NULL, value VARCHAR(64) NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE = InnoDB;

INSERT INTO `list` (`id`, `value`) VALUES ('aaa', 'aaa');
INSERT INTO `list` (`id`, `value`) VALUES ('aarp', 'aarp');
Expand Down Expand Up @@ -166,7 +166,6 @@ INSERT INTO `list` (`id`, `value`) VALUES ('bond', 'bond');
INSERT INTO `list` (`id`, `value`) VALUES ('boo', 'boo');
INSERT INTO `list` (`id`, `value`) VALUES ('book', 'book');
INSERT INTO `list` (`id`, `value`) VALUES ('booking', 'booking');
INSERT INTO `list` (`id`, `value`) VALUES ('boots', 'boots');
INSERT INTO `list` (`id`, `value`) VALUES ('bosch', 'bosch');
INSERT INTO `list` (`id`, `value`) VALUES ('bostik', 'bostik');
INSERT INTO `list` (`id`, `value`) VALUES ('boston', 'boston');
Expand Down
1 change: 0 additions & 1 deletion data/en/tld.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@
'boo' => 'boo',
'book' => 'book',
'booking' => 'booking',
'boots' => 'boots',
'bosch' => 'bosch',
'bostik' => 'bostik',
'boston' => 'boston',
Expand Down
3 changes: 1 addition & 2 deletions data/en/tld.postgresql.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CREATE TABLE list (id VARCHAR(10) NOT NULL, value VARCHAR(64) NOT NULL, PRIMARY KEY(id));
CREATE TABLE list (id VARCHAR(64) NOT NULL, value VARCHAR(64) NOT NULL, PRIMARY KEY(id));

INSERT INTO "list" ("id", "value") VALUES (E'aaa', E'aaa');
INSERT INTO "list" ("id", "value") VALUES (E'aarp', E'aarp');
Expand Down Expand Up @@ -166,7 +166,6 @@ INSERT INTO "list" ("id", "value") VALUES (E'bond', E'bond');
INSERT INTO "list" ("id", "value") VALUES (E'boo', E'boo');
INSERT INTO "list" ("id", "value") VALUES (E'book', E'book');
INSERT INTO "list" ("id", "value") VALUES (E'booking', E'booking');
INSERT INTO "list" ("id", "value") VALUES (E'boots', E'boots');
INSERT INTO "list" ("id", "value") VALUES (E'bosch', E'bosch');
INSERT INTO "list" ("id", "value") VALUES (E'bostik', E'bostik');
INSERT INTO "list" ("id", "value") VALUES (E'boston', E'boston');
Expand Down
3 changes: 1 addition & 2 deletions data/en/tld.sqlite.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CREATE TABLE list (id VARCHAR(10) NOT NULL, value VARCHAR(64) NOT NULL, PRIMARY KEY(id));
CREATE TABLE list (id VARCHAR(64) NOT NULL, value VARCHAR(64) NOT NULL, PRIMARY KEY(id));

INSERT INTO "list" ("id", "value") VALUES ('aaa', 'aaa');
INSERT INTO "list" ("id", "value") VALUES ('aarp', 'aarp');
Expand Down Expand Up @@ -166,7 +166,6 @@ INSERT INTO "list" ("id", "value") VALUES ('bond', 'bond');
INSERT INTO "list" ("id", "value") VALUES ('boo', 'boo');
INSERT INTO "list" ("id", "value") VALUES ('book', 'book');
INSERT INTO "list" ("id", "value") VALUES ('booking', 'booking');
INSERT INTO "list" ("id", "value") VALUES ('boots', 'boots');
INSERT INTO "list" ("id", "value") VALUES ('bosch', 'bosch');
INSERT INTO "list" ("id", "value") VALUES ('bostik', 'bostik');
INSERT INTO "list" ("id", "value") VALUES ('boston', 'boston');
Expand Down
1 change: 0 additions & 1 deletion data/en/tld.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ bond (bond)
boo (boo)
book (book)
booking (booking)
boots (boots)
bosch (bosch)
bostik (bostik)
boston (boston)
Expand Down
2 changes: 1 addition & 1 deletion data/en/tld.xliff

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/en/tld.xml

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion data/en/tld.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ bond: bond
boo: boo
book: book
booking: booking
boots: boots
bosch: bosch
bostik: bostik
boston: boston
Expand Down

0 comments on commit 6ae7b5a

Please sign in to comment.