Skip to content

Commit

Permalink
Merge pull request #196 from shutta-/#195
Browse files Browse the repository at this point in the history
Fix issue of #195
  • Loading branch information
ryo-endo authored May 17, 2018
2 parents edff0b8 + f7d097b commit 3bda4df
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 3bda4df

Please sign in to comment.