Turn off the database delete, schema is currently stable.

This commit is contained in:
Hyperling 2025-02-11 09:53:15 -07:00
parent 362f1214e8
commit f5f153f692

@ -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