Browse Source
Change the order of `DataSourceScriptDatabaseInitializerDetector` so that it always runs last. This update allows script initialization to be combined with a high-level migration tool such as Flyway. Closes gh-26692pull/26861/head
3 changed files with 10 additions and 1 deletions
@ -0,0 +1 @@
@@ -0,0 +1 @@
|
||||
insert into PERSON (first_name, last_name) values ('Phillip', 'Webb'); |
||||
Loading…
Reference in new issue