Files
Aurora.3/flyway.conf
skull132 465ae330ac Travis Now Validates Migrations w/ Flyway (#2629)
Sets up Travis to install and run Flyway and our migrations on a MariaDB database in order to test them. If a migration is erroneous, this should catch it.
2017-06-10 09:26:28 +03:00

7 lines
188 B
Plaintext

flyway.locations=filesystem:SQL/migrate
# copy these into another file and use the -configFile switch on flyway
# flyway.url=jdbc:mysql://localhost/bs12
# flyway.user=
# flyway.password=