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 dfb45b9Copy full SHA for dfb45b9
play-ebean/src/main/java/play/db/ebean/EbeanDynamicEvolutions.java
@@ -125,7 +125,8 @@ 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"
+ + "-- To stop Ebean DDL generation, remove this comment (both lines) and start using"
129
+ + " Evolutions\r\n"
130
+ "\r\n"
131
+ "-- !Ups\r\n"
132
0 commit comments