fix: change column type to string for relation_type (#272) #none
This commit is contained in:
@@ -115,7 +115,7 @@ class FileIndex(BaseIndex):
|
||||
"id": Column(Integer, primary_key=True, autoincrement=True),
|
||||
"source_id": Column(String),
|
||||
"target_id": Column(String),
|
||||
"relation_type": Column(Integer),
|
||||
"relation_type": Column(String),
|
||||
"user": Column(Integer, default=1),
|
||||
},
|
||||
)
|
||||
|
Reference in New Issue
Block a user