feat: wip upload documents

This commit is contained in:
Ahmed Bouhuolia
2024-05-24 14:28:21 +02:00
parent 1227111fae
commit c8f31f33be
13 changed files with 6353 additions and 6211 deletions

View File

@@ -11,7 +11,7 @@ export default class Attachment extends mixin(TenantModel, [
* Table name
*/
static get tableName() {
return 'storage';
return 'documents';
}
/**