File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,8 @@ class ReleaseFile(Base, UUIDMixin):
6262 size : Mapped [Optional [str ]] = mapped_column (String , nullable = True ) # e.g., "1.2GB"
6363 description : Mapped [Optional [str ]] = mapped_column (String , nullable = True )
6464
65- bucket_url : Mapped [Optional [str ]] = mapped_column (
66- String , nullable = True , info = {"description" : "gs path. empty means retracted" }
67- )
65+ # gs path. empty means retracted
66+ bucket_url : Mapped [Optional [str ]] = mapped_column (String , nullable = True )
6867 taiga_id : Mapped [Optional [str ]] = mapped_column (String , nullable = True )
6968 canonical_taiga_id : Mapped [Optional [str ]] = mapped_column (String , nullable = True )
7069 md5_hash : Mapped [Optional [str ]] = mapped_column (String (32 ), nullable = True )
You can’t perform that action at this time.
0 commit comments