Hi,
after switching back to 6.10.2, I have a big issue when I try to start my solution from inside studio 6.10.2:
I get a message that the database needs to be updates and when I go to the db manager, I find 2 update scripts:
1st to rename PASSWORD_ENCRYPTION and
2nd to dorp the renamed column.
And these are the facts:
- The database does not have such a column
- When I create it, then the changes are applied, but the next time, I get the same message and another set of update scripts was created.
I tried:
- I dropped the database
- removed the init and update folders from db directory
- created the database from scratch.
=> A new database was created (without PASSWORD_ENCRYPTION column) and when I try to start it from inside Studio 6, it tells me, that the database must be upgraded…
So what did I mess up on my system regarding Studio 7 so that the new PASSWORD_ENCRYPTION column is now seen be Studio 6?
After moving back from Studio 7 to 6 on my linux system, I did the following steps:
a) removed the sources completly and got it from source control (with no Studio 7 ever doing any commits!)
b) removed the url for new CUBA IntelliJ
c) removed ~/.IntelliJIdea2018.3 folder to get rid of new CUBA plugin.
d) Installed old CUBA plugin to get the “IDE” feature available from inside Studio 6
e) dropped mysql database and created it with my own set of create scripts (based on a dump of a Studio 6 created database with additional data that is filled in for tests,)
When I ignore the Studio 6 message when starting tomcat, then tomcat starts without any complaints. But of course: I would like to get rid of this message.
Would be great if I could get assistance on this issue.
With kind regards,
Konrad