Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Przemyslaw Kaminski
haskell-gargantext
Commits
714462cc
Commit
714462cc
authored
Nov 27, 2018
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CONTACT] entry/departure time
parent
5e5d8c35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
Contact.hs
src/Gargantext/Database/Node/Contact.hs
+3
-0
No files found.
src/Gargantext/Database/Node/Contact.hs
View file @
714462cc
...
@@ -23,6 +23,7 @@ module Gargantext.Database.Node.Contact (NodeContact,HyperdataContact, ContactWh
...
@@ -23,6 +23,7 @@ module Gargantext.Database.Node.Contact (NodeContact,HyperdataContact, ContactWh
import
GHC.Generics
(
Generic
)
import
GHC.Generics
(
Generic
)
import
Data.Aeson.TH
(
deriveJSON
)
import
Data.Aeson.TH
(
deriveJSON
)
import
Data.Text
(
Text
)
import
Data.Text
(
Text
)
import
Data.Time
(
UTCTime
)
import
qualified
Data.Text
as
DT
import
qualified
Data.Text
as
DT
import
Control.Lens
(
makeLenses
)
import
Control.Lens
(
makeLenses
)
import
Database.PostgreSQL.Simple
import
Database.PostgreSQL.Simple
...
@@ -71,6 +72,8 @@ data ContactWhere =
...
@@ -71,6 +72,8 @@ data ContactWhere =
,
_cw_country
::
Maybe
Text
,
_cw_country
::
Maybe
Text
,
_cw_city
::
Maybe
Text
,
_cw_city
::
Maybe
Text
,
_cw_touch
::
Maybe
ContactTouch
,
_cw_touch
::
Maybe
ContactTouch
,
_cw_start
::
Maybe
UTCTime
,
_cw_end
::
Maybe
UTCTime
}
deriving
(
Eq
,
Show
,
Generic
)
}
deriving
(
Eq
,
Show
,
Generic
)
data
ContactTouch
=
data
ContactTouch
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment