Skip to content

Commit

Permalink
usersの更新、追加がないので、Applicationにのっけてみる
Browse files Browse the repository at this point in the history
  • Loading branch information
kfly8 committed Sep 27, 2014
1 parent 9d5013e commit 2ee1d26
Show file tree
Hide file tree
Showing 4 changed files with 400,033 additions and 4 deletions.
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ myhost=127.0.0.1
myport=3306
mysql -h ${myhost} -P ${myport} -u ${myuser} -e "DROP DATABASE IF EXISTS ${mydb}; CREATE DATABASE ${mydb}"
mysql -h ${myhost} -P ${myport} -u ${myuser} ${mydb} < sql/schema.sql
mysql -h ${myhost} -P ${myport} -u ${myuser} ${mydb} < sql/dummy_users.sql
#mysql -h ${myhost} -P ${myport} -u ${myuser} ${mydb} < sql/dummy_users.sql
mysql -h ${myhost} -P ${myport} -u ${myuser} ${mydb} < sql/dummy_log.sql
mysql -h ${myhost} -P ${myport} -u ${myuser} ${mydb} < sql/ip_login_last_failure_count.sql
mysql -h ${myhost} -P ${myport} -u ${myuser} ${mydb} < sql/user_login_last_failure_count.sql
Expand Down
1 change: 1 addition & 0 deletions perl/cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ requires 'Redis::Fast';

# init.pl
requires 'Parallel::Async';
requires 'Data::Section::Simple';

# app.psgi
requires 'Plack';
Expand Down
Loading

0 comments on commit 2ee1d26

Please sign in to comment.