SDiFI / masdif

Manager for Spoken Dialog Framework
Apache License 2.0
1 stars 0 forks source link

Prepare v0.3 #40

Closed lumpidu closed 1 year ago

lumpidu commented 1 year ago

Preparations for v0.3

Fix migrations-bug: don't run callbacks when updating columns

The callback Message#update_conversation had been called even on older migrations, where the later introduced Conversations#last_message_updated_at attribute was updated. Therefore make sure, that we use only operations inside migrations, that don't trigger a callback when a record or the table is modified.