Skip to content

Support adding multiple enum cases at once

Compare
Choose a tag to compare
@VaporBot VaporBot released this 12 Mar 22:28
· 27 commits to main since this release
f4769c5
This patch was authored by @seeppp and released by @0xTim.

Fixes an issue where updating a table to add multiple new enum cases would only add the last case to the database.

Fixes #189