Skip to content

Commit 1b23161

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ sudo: required
1212
addons:
1313
apt:
1414
packages:
15-
- mysql-server-5.6
16-
- mysql-client-core-5.6
17-
- mysql-client-5.6
15+
- mysql-server-5.7
16+
- mysql-client-core-5.7
17+
- mysql-client-5.7
1818

1919
before_script:
2020
- if [ "$SPRING_PROFILES_ACTIVE" = 'travis' ]; then

0 commit comments

Comments
 (0)