java - Changed table values for mysql but cloudbees still uses old values -
i got error in logs when uploaded app cloudbees
[[31merror[0m] play - have error in sql syntax; check manual corresponds mysql server version right syntax use near 'desc varchar(255), kind varchar(255), ' @ line 4 [error:1064, sqlstate:42000]
after googling , browsing questions on figured problem desc keyword in mysql , not in h2, changed desc description , re-deployed app. exact same error desc again. have execute evolution scripts manually overwrite values or something?
you need run migrations - firstly undo migration made change, , re apply - play specific feature, nothing cloudbees.
Comments
Post a Comment