Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
Names
Browse files Browse the repository at this point in the history
  • Loading branch information
tweirtx committed May 2, 2019
1 parent c19a6c4 commit c918e1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
before_script: python3 ci_configurator.py
script: python3 -m timetracker --test
after_script: cat config.json
after_failure: mysql timetracker -e "SELECT * FROM verboselogs; SELECT * FROM students;"
after_failure: mysql timetracking -e "SELECT * FROM verboselogs; SELECT * FROM students;"
- stage: deploy
script: pyinstaller -F timetracker.spec
os: linux
Expand Down
2 changes: 1 addition & 1 deletion ci_mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ CREATE DATABASE IF NOT EXISTS timetracking;
USE timetracking;
CREATE USER timetracker IDENTIFIED BY 'timetracker';
GRANT ALL ON timetracking.students TO timetracker;
GRANT ALL ON timetracking.verboselogs TO timetracker;
GRANT ALL ON timetracking.verboselogs TO timetracker;

0 comments on commit c918e1b

Please sign in to comment.