add: schema migration scripts

This commit is contained in:
Tobias Reisinger 2019-08-26 01:02:49 +02:00
parent ea8cb566e9
commit 086102c2fb
3 changed files with 63 additions and 0 deletions

View file

@ -8,6 +8,7 @@ RUN apt-get update -yqq \
&& locale-gen en_US.UTF-8 \
&& cd /opt/ \
&& wget -qO- https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/6.0.0/flyway-commandline-6.0.0-linux-x64.tar.gz | tar xvz \
&& sudo chmod +x /opt/flyway-6.0.0/flyway \
&& sudo ln -s /opt/flyway-6.0.0/flyway /usr/local/bin
ENV LANG=en_US.UTF-8 \