This commit is contained in:
2026-05-07 13:28:41 +02:00
parent c8d6d4470c
commit 0af51aae10
7 changed files with 164 additions and 33 deletions

View File

@@ -8,7 +8,7 @@ import 'package:flux/core/blocs/session/session_cubit.dart';
class AttachmentsRepository {
final _supabase = Supabase.instance.client;
static const String _bucketName = 'attachments';
static const String _bucketName = 'documents';
static const String _tableName =
'attachment'; // Cambia col vero nome della tua tabella se diverso!