fix: Fix anime watchers creation

This commit is contained in:
2026-07-25 20:45:16 +02:00
parent a8805b0cba
commit ca796ab9f9

View File

@@ -61,7 +61,7 @@ Future<void> _createDatabase(Database db, int version) async {
await db.execute(
'''
CREATE TABLE $animeWatcherTable(
name TEXT NOT NULL PRIMARY KEY,
name TEXT NOT NULL PRIMARY KEY
)''',
);
await db.execute(