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
6cf01adb61
emissary
/
migrations
/
sqlite
/
0000001_agent_label.up.sql
1 line
52 B
MySQL
Raw
Normal View
History
Unescape
Escape
feat(storage,agent): add label attribute
2023-04-01 13:28:18 +02:00
ALTER
TABLE
agents
ADD
COLUMN
label
TEXT
DEFAULT
"
"
;