You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In installExampleAppsBE.sh sql schemas under TalosAndroid are used to deploy DBs and not the ones under TalosCloud/sql_scripts, is this the intent or an issue ?
example : mysql -u root -p < $LOCAL_PATH/TalosAndroid/AppSQLBackendScripts/AVAApp.sql
Yassine
The text was updated successfully, but these errors were encountered:
There is something wrong here, in FitApp for instance.
To register a new user this function is called public static boolean registerUser(User user) which is expects an id,mail and pk whereas FitbitApp.sql has only id and mail causing the backend to vomit an SQL exception.
This yet another exception when I try to run the fitbit app just while syncing the data from fitbit com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'TalosFitbit.Share' doesn't exist
In installExampleAppsBE.sh sql schemas under TalosAndroid are used to deploy DBs and not the ones under TalosCloud/sql_scripts, is this the intent or an issue ?
example :
mysql -u root -p < $LOCAL_PATH/TalosAndroid/AppSQLBackendScripts/AVAApp.sql
Yassine
The text was updated successfully, but these errors were encountered: