From 7b35ed2939dbba8b3517ec8b785ee2e9c1e86c1b Mon Sep 17 00:00:00 2001 From: "torok.istvan" Date: Wed, 8 Jul 2026 10:42:58 +0200 Subject: [PATCH] =?UTF-8?q?AppDatabse=20sql=20create=20hiba=20jav=C3=ADt?= =?UTF-8?q?=C3=A1sa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sessions/kotlin-compiler-14046800171960427801.salive | 0 lib/services/app_database.dart | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 android/.kotlin/sessions/kotlin-compiler-14046800171960427801.salive diff --git a/android/.kotlin/sessions/kotlin-compiler-14046800171960427801.salive b/android/.kotlin/sessions/kotlin-compiler-14046800171960427801.salive deleted file mode 100644 index e69de29..0000000 diff --git a/lib/services/app_database.dart b/lib/services/app_database.dart index 24dbfdd..dda0a94 100644 --- a/lib/services/app_database.dart +++ b/lib/services/app_database.dart @@ -165,7 +165,7 @@ class AppDatabase { stroke_width REAL NOT NULL DEFAULT 3.0, stroke_color TEXT NOT NULL DEFAULT '#FFD700', label TEXT NOT NULL DEFAULT '', - created_at TEXT NOT NULL + created_at TEXT NOT NULL, created_by TEXT, updated_at TEXT, deleted_at TEXT,