Application parameter in ddl scripts #3627
katerinap99
started this conversation in
General
Replies: 3 comments 1 reply
|
Yes, take a look at placeholders / runPlaceholders in https://github.com/ebean-orm/ebean-migration/blob/a0e1b50e1756f7b088b157d2dd786dddc4cc65af/ebean-migration/src/main/java/io/ebean/migration/MigrationConfig.java |
0 replies
|
thank you! How should I parse the placeholder values in the extra-ddl.xml file, in SQL? |
1 reply
|
It did help, thank you! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Regarding repeatable migrations in extra-ddl.xml files, is it possible to pass an application-defined property to a ddl script?
All reactions