Skip to content

Commit

Permalink
Fix issue of EC-CUBE#195
Browse files Browse the repository at this point in the history
モバイルサイト用にau.comドメインを追加。
refs EC-CUBE#195
  • Loading branch information
SHUTTA, Takafumi committed May 15, 2018
1 parent edff0b8 commit f7d097b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions html/install/sql/insert_data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,7 @@ INSERT INTO mtb_mobile_domain (id, name, rank) VALUES (7, 'willcom.com', 6);
INSERT INTO mtb_mobile_domain (id, name, rank) VALUES (8, 'emnet.ne.jp', 7);
INSERT INTO mtb_mobile_domain (id, name, rank) VALUES (9, 'i.softbank.jp', 8);
INSERT INTO mtb_mobile_domain (id, name, rank) VALUES (10, 'emobile.ne.jp', 9);
INSERT INTO mtb_mobile_domain (id, name, rank) VALUES (11, 'au.com', 10);

INSERT INTO mtb_order_status (id, name, rank) VALUES (7, '決済処理中', 0);
INSERT INTO mtb_order_status (id, name, rank) VALUES (1, '新規受付', 1);
Expand Down

0 comments on commit f7d097b

Please sign in to comment.