We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdba65c commit 21c7b4fCopy full SHA for 21c7b4f
play-ebean/src/main/java/play/db/ebean/EbeanDynamicEvolutions.java
@@ -125,10 +125,11 @@ private static String generateScript(SpiEbeanServer spiServer) {
125
}
126
127
return "-- Created by Ebean DDL\r\n"
128
- + "-- To stop Ebean DDL generation, remove this comment (both lines) and start using Evolutions\r\n"
129
- + "\r\n"
130
- + "-- !Ups\r\n"
131
+ + "-- To stop Ebean DDL generation, remove this comment (both lines) and start using"
+ + " Evolutions\r\n"
+ + "\r\n"
+ + "-- !Ups\r\n"
132
133
+ ups
134
+ "\r\n"
135
+ "-- !Downs\r\n"
0 commit comments