Skip to content

Commit 5ffa1ae

Browse files
committed
Add created_at and created_by columns to series_sales table and fill them with default values.
1 parent 995502e commit 5ffa1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ addons:
1818

1919
before_script:
2020
- if [ "$SPRING_PROFILES_ACTIVE" = 'travis' ]; then
21-
mysql -u travis -e 'CREATE DATABASE mystamps CHARACTER SET utf8;';
21+
mysql -u root -e 'CREATE DATABASE mystamps CHARACTER SET utf8;';
2222
if [ "$TRAVIS_BRANCH" = 'prod' ]; then
2323
pip install --user ansible;
2424
fi;

0 commit comments

Comments
 (0)