This website requires JavaScript.
Explore
Help
Sign In
ccopeland
/
red
Watch
1
Star
0
Fork
0
You've already forked red
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
720d07fd540db2d652c39233445e47727b8d9dc8
red
/
teressa-copeland-homes
/
drizzle
/
0008_windy_cloak.sql
1 line
59 B
MySQL
Raw
Normal View
History
Unescape
Escape
feat(11-01): DB migration and API routes for agent signature storage - Add agentSignatureData TEXT column to users table in schema.ts - Generate migration 0008_windy_cloak.sql (ALTER TABLE users ADD COLUMN agent_signature_data text) - Apply migration to local postgres database - Create GET/PUT /api/agent/signature route with auth guard and input validation
2026-03-21 14:02:01 -06:00
ALTER
TABLE
"
users
"
ADD
COLUMN
"
agent_signature_data
"
text
;
Reference in New Issue
Copy Permalink