Aggiornamento note e pulsanti.

This commit is contained in:
lama137
2023-09-28 11:04:46 +02:00
parent 06a3712d0a
commit 0fb537d24e
2 changed files with 1 additions and 1 deletions

View File

@@ -8,7 +8,6 @@ class Database{
Database._init();
Future _createDB(Database database) async{
const integerPrimaryKeyAutoincrement = 'INTEGER PRIMARY KEY AUTOINCREMENT';
const textNotNull = 'TEXT NOT NULL';