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
db868aebb53dfeb0c19686ed031271848c3f8198
red
/
teressa-copeland-homes
/
drizzle
/
0009_luxuriant_catseye.sql
1 line
58 B
MySQL
Raw
Normal View
History
Unescape
Escape
feat(11.1-01): DB migration, API routes, schema type updates for agent initials storage - Add agentInitialsData text column to users table (drizzle/0009_luxuriant_catseye.sql) - Add 'agent-initials' to SignatureFieldType union in schema.ts - Update isClientVisibleField() to exclude both agent-signature and agent-initials - Create GET/PUT /api/agent/initials route with auth guard and 50KB size limit
2026-03-21 14:58:39 -06:00
ALTER
TABLE
"
users
"
ADD
COLUMN
"
agent_initials_data
"
text
;
Reference in New Issue
Copy Permalink