You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i want try use this extension,but the SOFT_DELETE look like doesn' work?
when i download the examples ,and add SOFT_DELETE = True in setting file ,
add _deleted = Column(Boolean) in model(soft_delete need these ,right?), try do someting.
other is ok, only the delete have some problem. in datebase, field _deleted are changed from 0 to 1,but i get this row ,the field _deleted still show false, this is my setting file error or miss? or other some problem ?
The text was updated successfully, but these errors were encountered:
i want try use this extension,but the SOFT_DELETE look like doesn' work?
when i download the examples ,and add
SOFT_DELETE = True
in setting file ,add
_deleted = Column(Boolean)
in model(soft_delete need these ,right?), try do someting.other is ok, only the delete have some problem. in datebase, field _deleted are changed from 0 to 1,but i get this row ,the field _deleted still show false, this is my setting file error or miss? or other some problem ?
The text was updated successfully, but these errors were encountered: