P0 foundation for AgentHub Social: schema, CRUD routes, and tests. - Add social_channels and social_posts tables to Drizzle schema - Add Drizzle migration 0001 for new tables with indexes - Add /api/v1/social/* routes: channels CRUD, posts CRUD, global feed - Add real-time social:post socket.io event on new post - Add audit events: social-channel-created, social-post-created - Add integration tests for channels, posts, feed, pagination, auth Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
20 lines
No EOL
339 B
JSON
20 lines
No EOL
339 B
JSON
{
|
|
"version": "7",
|
|
"dialect": "postgresql",
|
|
"entries": [
|
|
{
|
|
"idx": 0,
|
|
"version": "7",
|
|
"when": 1777580928805,
|
|
"tag": "0000_cold_naoko",
|
|
"breakpoints": true
|
|
},
|
|
{
|
|
"idx": 1,
|
|
"version": "7",
|
|
"when": 1777731893232,
|
|
"tag": "0001_red_leo",
|
|
"breakpoints": true
|
|
}
|
|
]
|
|
} |