Skip to main content

max / makenotwork

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