mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 09:31:13 +00:00
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.
7 lines
188 B
Plaintext
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=
|