Appbar módosítás, projektnév az alcímben
This commit is contained in:
@@ -157,6 +157,8 @@ class AppDatabase {
|
||||
await db.insert('projects', {
|
||||
'uuid': const Uuid().v4(),
|
||||
'name': 'Alapértelmezett projekt',
|
||||
'is_local_only': 0,
|
||||
'status': 'active',
|
||||
'created_at': now,
|
||||
'updated_at': now,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user