feat: slicing home page
This commit is contained in:
@@ -151,7 +151,7 @@ class ProductLocalDatasource {
|
||||
final dbExists = await databaseExists(path);
|
||||
if (dbExists) {
|
||||
log("Deleting existing database to ensure new schema with order_type column");
|
||||
await deleteDatabase(path);
|
||||
// await deleteDatabase(path);
|
||||
}
|
||||
} catch (e) {
|
||||
log("Error deleting database: $e");
|
||||
|
||||
Reference in New Issue
Block a user