emissary/migrations/sqlite/0000002_agent_contactedat.up.sql
William Petit d02eb91b11
Some checks reported errors
arcad/emissary/pipeline/head Something is wrong with the build of this commit
feat(agent): add contactedAt attribute to agent
2023-04-01 14:33:19 +02:00

1 line
52 B
SQL

ALTER TABLE agents ADD COLUMN contacted_at datetime;