Skip to content

Commit

Permalink
Add chat-source-adapter to user table
Browse files Browse the repository at this point in the history
  • Loading branch information
devth committed May 30, 2019
1 parent bb50420 commit 1afd3c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/yetibot/core/db/user.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

(def schema {:schema/table "user"
:schema/specs
(into [[:id :text "NOT NULL"]
(into [[:chat-source-adapter :text]
[:id :text "NOT NULL"]
[:username :text "NOT NULL"]
[:display_name :text "NOT NULL"]
;; should we attempt to keep track of which channels the
Expand Down

0 comments on commit 1afd3c5

Please sign in to comment.