Skip to content

Commit

Permalink
fix file err and change fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
NavyStack committed Mar 9, 2024
1 parent e6a3c4a commit 1ae5707
Show file tree
Hide file tree
Showing 89 changed files with 10,794 additions and 346 deletions.
4 changes: 2 additions & 2 deletions server/services/store/sqlstore/blocks.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file added webapp/focalboard-7.12.0.tgz
Binary file not shown.
1 change: 1 addition & 0 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
"isomorphic-fetch": "^3.0.0",
"jest": "^27.5.1",
"jest-mock": "^27.5.1",
"pretendard": "^1.3.9",
"prettier": "^2.6.1",
"redux-mock-store": "^1.5.4",
"sass": "^1.49.9",
Expand Down
Loading

0 comments on commit 1ae5707

Please sign in to comment.