mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-20 11:48:16 +00:00
Fix for DataStoreSchema missing the file_id column.
The file_id column is a foreign key.
This commit is contained in:
parent
1ed144536f
commit
2e3d8c7343
@ -25,4 +25,5 @@ class DataStoreSchema(SQLAlchemyAutoSchema):
|
||||
class Meta:
|
||||
model = DataStoreModel
|
||||
load_instance = True
|
||||
include_fk = True
|
||||
sqla_session = db.session
|
||||
|
Loading…
x
Reference in New Issue
Block a user