name change for set_onboarding_message_click_time#603
Conversation
…ding_message_dismissed
|
ArchLens - No architecturally relevant changes to the existing views |
The 26-05-03 migration is already on master and has run on production, so editing it in place doesn't rename the column on existing databases. This forward migration ALTERs the column so all environments converge. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
@AnnieeBennie heads up — I just pushed a small commit ( Background: the existing So we need an additional migration, that will ALTER the table to do the rename. The new file General rule of thumb: once a migration is on Also worth doing in this PR (optional, small):
|
Keeping the rename only in the new forward migration. Editing an already-deployed migration creates a fresh-vs-existing divergence and would also conflict with the 26-05-14 ALTER TABLE on fresh DBs. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Actually, please @AnnieeBennie do this:
|
update_user_onboarding_message_time is now set_message_dismissed_time
|
@mircealungu I updated the name |
changed the name for set_onboarding_message_click_time to mark_onboarding_message_dismissed