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
/
028_git_repo_description.sql
146 B · 3 lines
History
Blame
Raw
1
--
Add description column to git_repos for web-editable repo descriptions.
2
ALTER
TABLE
git_repos ADD COLUMN description
TEXT
NOT NULL
DEFAULT
'
'
;
3