12/24/1
This commit is contained in:
@@ -41,7 +41,7 @@ class DbSql {
|
||||
createdAt TEXT
|
||||
)
|
||||
''');
|
||||
await db.execute('DROP TABLE IF EXISTS ${TableName.recentLocations}');
|
||||
// await db.execute('DROP TABLE IF EXISTS ${TableName.recentLocations}');
|
||||
await db.execute('''
|
||||
CREATE TABLE ${TableName.recentLocations}(
|
||||
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
|
||||
Reference in New Issue
Block a user