mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 15:58:49 +01:00
🐛 Database filtering does not work after change the field type https://github.com/siyuan-note/siyuan/issues/10519
This commit is contained in:
parent
c0a11f03a0
commit
88a97e8900
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ func (value *Value) Clone() (ret *Value) {
|
|||
}
|
||||
|
||||
func (value *Value) IsEdited() bool {
|
||||
if 1709454120000 > value.CreatedAt {
|
||||
if 1709740800000 > value.CreatedAt {
|
||||
// 说明是旧数据,认为都是编辑过的
|
||||
return true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue