frc2052 / FRC-Krawler

FIRST Robotics scouting app brought to you by Team 2052
MIT License
24 stars 24 forks source link

No such column "ENABLED" #24

Closed Adam8234 closed 7 years ago

Adam8234 commented 7 years ago

android.database.sqlite.SQLiteException: no such column: T.ENABLED (code 1): , while compiling: SELECT T."_id",T."NAME",T."CATEGORY",T."TYPE",T."DATA",T."GAME_ID",T."ENABLED" FROM "METRIC" T WHERE T."CATEGORY"=? AND T."GAME_ID"=? AND T."ENABLED"=? at android.database.sqlite.SQLiteConnection.nativePrepareStatement(SQLiteConnection.java)

com.team2052.frckrawler.fragments.scout.ScoutMatchFragment.lambda$new$0 (ScoutMatchFragment.java:48) com.team2052.frckrawler.fragments.scout.ScoutMatchFragment$$Lambda$2.call ()

Check every boot if the column doesn't exist to create it