Skip to content

Commit f2dfbca

Browse files
Flyway two MySQL schemas
1 parent 29c55f1 commit f2dfbca

File tree

1 file changed

+1
-1
lines changed
  • HibernateSpringBootFlywayMySQLTwoDatabases

1 file changed

+1
-1
lines changed

HibernateSpringBootFlywayMySQLTwoDatabases/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**[How To Auto-Create And Migrate Two Schemas In MySQL Using Flyway](https://github.com/AnghelLeonard/Hibernate-SpringBoot/tree/master/HibernateSpringBootFlywayMySQLTwoDatabases)**
1+
**[How To Auto-Create And Migrate Two Databases In MySQL Using Flyway](https://github.com/AnghelLeonard/Hibernate-SpringBoot/tree/master/HibernateSpringBootFlywayMySQLTwoDatabases)**
22

33
**Note:** or production, don't rely on `hibernate.ddl-auto` (or counterparts) to export schema DDL to the database. Simply remove (disable) `hibernate.ddl-auto` or set it to `validate` and rely on Flyway or Liquibase.
44

0 commit comments

Comments
 (0)