Skip to main content

max / makenotwork

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