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
c55c723868
emissary
/
migrations
/
sqlite
/
0000002_agent_contactedat.d...
1 line
44 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
DROP
COLUMN
contacted_at
;