From f5f153f692786eed1e11b00504dd807402be77c6 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 11 Feb 2025 09:53:15 -0700 Subject: [PATCH] Turn off the database delete, schema is currently stable. --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 27cec85..a60a237 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -10,7 +10,7 @@ import 'package:sqflite_common_ffi/sqflite_ffi.dart'; import 'package:path/path.dart'; import 'package:path_provider/path_provider.dart'; -const bool testing = true; +const bool testing = false; void main() { // I see no good explanations of why to use this other package yet, but