Skip to content

Commit

Permalink
Update schema file on iOS
Browse files Browse the repository at this point in the history
+ Add `allow_cellular` column to the prepared
database schema
  • Loading branch information
lyio committed Mar 21, 2022
1 parent c3cf8b2 commit a0ec2c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified ios/Assets/download_tasks.sql
Binary file not shown.
2 changes: 1 addition & 1 deletion ios/Classes/DBManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ -(void)runQuery:(const char *)query isQueryExecutable:(BOOL)queryExecutable{
}
}
else {
// In the database cannot be opened then show the error message on the debugger.
// If the database cannot be opened then show the error message on the debugger.
if (debug) {
NSLog(@"%s", sqlite3_errmsg(sqlite3Database));
}
Expand Down

0 comments on commit a0ec2c5

Please sign in to comment.