Skip to content

Commit

Permalink
Merge pull request #12287 from mkurz/better_evolutions_ui
Browse files Browse the repository at this point in the history
Make clear the evolutions page shows a button
  • Loading branch information
mkurz committed Jan 10, 2024
2 parents f74c234 + e68a821 commit f1927d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,6 @@ case class InvalidDatabaseRevision(db: String, script: String)

def htmlDescription = {
<span>An SQL script will be run on your database -</span>
<input name="evolution-button" type="button" value="Apply this script now!" onclick={javascript}/>
<input name="evolution-button" type="button" value="Click here to apply this script now!" onclick={javascript}/>
}.mkString
}

0 comments on commit f1927d6

Please sign in to comment.