Skip to main content
Makenot
.
work
Discover
Use Cases
Docs
Fan+
Login
Join
max
/
makenotwork
lane-a-pipeline
main
tag: launch-2026-06-01
Files
Commits
Issues
makenotwork
/
server
/
migrations
/
037_mt_integration.sql
236 B · 5 lines
History
Blame
Raw
1
--
MT integration: link MNW projects/items/blog posts to MT communities/threads.
2
ALTER
TABLE
projects ADD COLUMN mt_community_id UUID;
3
ALTER
TABLE
items ADD COLUMN mt_thread_id UUID;
4
ALTER
TABLE
blog_posts ADD COLUMN mt_thread_id UUID;
5