瀏覽代碼

fix: remove schema hack now that it's been fixed

Gabriel Horner 1 年之前
父節點
當前提交
a70499bd8c
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      deps/db/src/logseq/db/frontend/malli_schema.cljs

+ 0 - 2
deps/db/src/logseq/db/frontend/malli_schema.cljs

@@ -198,8 +198,6 @@
    [:block/refs {:optional true} [:set :int]]
    [:block/tags {:optional true} [:set :int]]
    [:block/collapsed-properties {:optional true} [:set :int]]
-   ;; FIXME: This shouldn't be persisted
-   [:block.temp/fully-loaded? {:optional true} :boolean]
    [:block/tx-id {:optional true} :int]])
 
 (def page-attrs