FxLifeSheet icon indicating copy to clipboard operation
FxLifeSheet copied to clipboard

Add unique constraint to `last_run.command`

Open b-turchyn opened this issue 2 years ago • 0 comments

In b19ab98, the updating of the last_run table was migrated to Postgres-native logic by using ON CONFLICT to perform the update rather than an insert. This is a great change from the parent revision, but requires a unique constraint to be on last_run.command so that the update can actually occur.

b-turchyn avatar Jun 11 '23 13:06 b-turchyn