💥 Switch all id to uuid

This commit is contained in:
2025-05-14 20:03:57 +08:00
parent 661d07716b
commit 2759c009ad
33 changed files with 360 additions and 282 deletions

View File

@ -14,7 +14,7 @@ class AppDatabase extends _$AppDatabase {
// Methods for chat messages
Future<List<ChatMessage>> getMessagesForRoom(
int roomId, {
String roomId, {
int offset = 0,
int limit = 20,
}) {