Fix event unsigned having default empty map in db
This commit is contained in:
parent
27c673e07a
commit
e4a6d36200
2 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@ defmodule Architex.Event do
|
|||
alias Architex.{Repo, Room, Event, Account, EncodableMap, KeyServer}
|
||||
alias Architex.Types.UserId
|
||||
|
||||
# TODO: It seems unsigned is always set in DB, even though it is not specified?
|
||||
@type t :: %__MODULE__{
|
||||
nid: integer(),
|
||||
id: String.t(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue