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
/
109_drop_unique_current_version.sql
176 B · 4 lines
History
Blame
Raw
1
--
Allow multiple current versions per item (e.g. platform variants).
2
--
The old index enforced one current version per item.
3
DROP
INDEX
IF EXISTS idx_versions_unique_current;
4