This website requires JavaScript.
Explore
Help
Sign In
arcad
/
emissary
Watch
16
Star
0
Fork
You've already forked emissary
0
Code
Issues
14
Pull Requests
Packages
Projects
Releases
3
Wiki
Activity
4311cf6fed
emissary
/
migrations
/
sqlite
/
0000002_agent_contactedat.u...
1 line
52 B
MySQL
Raw
Normal View
History
Unescape
Escape
feat(agent): add contactedAt attribute to agent
2023-04-01 14:33:19 +02:00
ALTER
TABLE
agents
ADD
COLUMN
contacted_at
datetime
;