Browse Source

Remove unused :db/type

Tienson Qin 5 years ago
parent
commit
abfb3dc12e
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/main/frontend/db_schema.cljs

+ 0 - 3
src/main/frontend/db_schema.cljs

@@ -18,9 +18,6 @@
    :me/email {}
    :me/avatar {}
 
-   ;; TODO: local, github, dropbox, etc.
-   :db/type {}
-
    ;; Git
    :repo/url        {:db/unique :db.unique/identity}
    :repo/cloned?    {}