mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: Attachment files system.
This commit is contained in:
10
server/src/models/MediaLink.js
Normal file
10
server/src/models/MediaLink.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import TenantModel from '@/models/TenantModel';
|
||||
|
||||
export default class MediaLink extends TenantModel {
|
||||
/**
|
||||
* Table name
|
||||
*/
|
||||
static get tableName() {
|
||||
return 'media_links';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user