Changed to use local database and started adding admin rights
This commit is contained in:
4
pom.xml
4
pom.xml
@ -116,7 +116,7 @@
|
||||
<artifactId>flyway-maven-plugin</artifactId>
|
||||
<version>${flyway.version}</version>
|
||||
<configuration>
|
||||
<url>jdbc:mariadb://devops.locusworks.net:3306/</url>
|
||||
<url>jdbc:mariadb://localhost:3306/</url>
|
||||
<outOfOrder>false</outOfOrder>
|
||||
<schemas>
|
||||
<schema>eighttrack</schema>
|
||||
@ -126,8 +126,6 @@
|
||||
<location>filesystem:${basedir}/src/main/resources/database/migration</location>
|
||||
</locations>
|
||||
</configuration>
|
||||
<!-- <executions> <execution> <phase>process-sources</phase> <goals>
|
||||
<goal>migrate</goal> </goals> </execution> </executions> -->
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.mariadb.jdbc</groupId>
|
||||
|
Reference in New Issue
Block a user