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
/
052_item_license_text.sql
174 B · 4 lines
History
Blame
Raw
1
--
Per-item license text: preset selection and optional custom text.
2
ALTER
TABLE
items ADD COLUMN license_preset
TEXT
;
3
ALTER
TABLE
items ADD COLUMN custom_license_text
TEXT
;
4