max / makenotwork
1 file changed,
+3 insertions,
-0 deletions
| @@ -0,0 +1,3 @@ | |||
| 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; |