improve accuracy of timestamps
This commit is contained in:
@ -28,9 +28,10 @@ config :memex, MemexWeb.Endpoint,
|
||||
config :memex, Memex.Application, automigrate: false
|
||||
|
||||
config :memex, :generators,
|
||||
migration: true,
|
||||
binary_id: true,
|
||||
sample_binary_id: "11111111-1111-1111-1111-111111111111"
|
||||
migration: true,
|
||||
sample_binary_id: "11111111-1111-1111-1111-111111111111",
|
||||
timestamp_type: :utc_datetime_usec
|
||||
|
||||
# Configures the mailer
|
||||
#
|
||||
|
Reference in New Issue
Block a user