feat(core): register Attachment model
This commit is contained in:
@@ -8,6 +8,7 @@ from app.models.currency import Currency
|
|||||||
from app.models.tax import TaxRate
|
from app.models.tax import TaxRate
|
||||||
from app.models.sequence import Sequence
|
from app.models.sequence import Sequence
|
||||||
from app.models.system_settings import SystemSettings
|
from app.models.system_settings import SystemSettings
|
||||||
|
from app.models.attachment import Attachment
|
||||||
from app.models.notification import Notification
|
from app.models.notification import Notification
|
||||||
from app.models.plugin import Plugin, PluginMigration
|
from app.models.plugin import Plugin, PluginMigration
|
||||||
from app.models.role import Role
|
from app.models.role import Role
|
||||||
@@ -33,6 +34,8 @@ __all__ = [
|
|||||||
"TaxRate",
|
"TaxRate",
|
||||||
"Sequence",
|
"Sequence",
|
||||||
"SystemSettings",
|
"SystemSettings",
|
||||||
|
"Attachment",
|
||||||
|
"Attachment",
|
||||||
"SystemSettings",
|
"SystemSettings",
|
||||||
"Sequence",
|
"Sequence",
|
||||||
"TaxRate",
|
"TaxRate",
|
||||||
|
|||||||
Reference in New Issue
Block a user