Will the servoy_user table data from version 3 table work in version 8 table?
I’m converting an application from version 3 to version 8. I need to maintain the user accounts in version 3. Comparing the servoy_user tables in the servoy_respository database the user_uid and user_password have changed their format. User_uid: integer value to 8-4-4-4-12 format. User_password: 24 hex characters to many many more.
So, my questions are:
- Can I import the old V3 data and it will work with V8?
- Is there a way to convert this servoy_user table from V3 to V8?