mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-21 13:38:56 +02:00
Update blocks.go
table name and column name error. change FileInfo to file_info, DeleteAt to delete_at
This commit is contained in:
parent
28ec2b361a
commit
2186710f47
@ -427,8 +427,8 @@ func (s *SQLStore) deleteBlockAndChildren(db sq.BaseRunner, blockID string, modi
|
||||
|
||||
if fileID != "" {
|
||||
deleteFileInfoQuery := s.getQueryBuilder(db).
|
||||
Update("FileInfo").
|
||||
Set("DeleteAt", model.GetMillis()).
|
||||
Update("file_info").
|
||||
Set("delete_at", model.GetMillis()).
|
||||
Where(sq.Eq{"id": fileID})
|
||||
if _, err := deleteFileInfoQuery.Exec(); err != nil {
|
||||
return err
|
||||
|
Loading…
Reference in New Issue
Block a user