kaspiana / mage

A command-line tool for cataloguing images (particularly digital art), styled after Git.
0 stars 0 forks source link

alpha_14.0.0 migration script does not handle already missing `document_rating` rows #78

Closed kaspiana closed 1 month ago

kaspiana commented 1 month ago

The script adds the relevant triggers to handle future document and ranking insertions, but does nothing about document_rating's existing contents.

It should insert (document_id, ranking_name, 0) wherever a row with that PK does not exist.

kaspiana commented 1 month ago

Fixed by 94f9e7e