Skip to content

Commit

Permalink
added privacy_list_data index for mysql database.
Browse files Browse the repository at this point in the history
  • Loading branch information
hamano committed Apr 24, 2014
1 parent e9d104e commit 0734562
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/mysql.sql
Expand Up @@ -158,6 +158,7 @@ CREATE TABLE privacy_list_data (
match_presence_in boolean NOT NULL,
match_presence_out boolean NOT NULL
) ENGINE=InnoDB CHARACTER SET utf8;
CREATE INDEX i_privacy_list_data_id ON privacy_list_data(id);

CREATE TABLE private_storage (
username varchar(250) NOT NULL,
Expand Down

0 comments on commit 0734562

Please sign in to comment.