discourse/db/post_migrate
Bianca Nenciu 8016fcab33
DEV: Drop old notification id columns (#28550)
The `id` column of `notifications` table and `notification_id` columns
of the other tables have been migrated to bigint in previous commits
(for example, 799a45a).

In order to run the migrations with zero downtime, the data had to be
copied to new columns and swapped, but the old columns have been kept
to allow for rollback. They are no longer needed now.
2024-10-15 11:58:57 +03:00
..
20240202052058_drop_badge_image_column.rb DEV: Drop deprecated Badge#image column (#25536) 2024-02-02 14:09:55 +08:00
20240212034010_drop_deprecated_columns.rb DEV: Drop deprecated columns (#25640) 2024-02-12 19:35:14 +08:00
20240506035024_clear_orphaned_draft_upload_references.rb DEV: Delete upload references on draft cleanup (#26877) 2024-05-06 14:08:10 +08:00
20240612073116_swap_field_type_with_field_type_enum_on_user_fields.rb FIX: Prevent field type migration from poisoning AR cache (#27549) 2024-06-20 16:24:48 +08:00
20240711123755_drop_compiled_js_from_translation_overrides.rb DEV: Drop unused column translation_overrides.compiled_js 2024-09-17 09:58:10 +02:00
20240714231516_drop_custom_type_from_flags.rb FEATURE: custom flag can require additional message (#27908) 2024-07-18 10:10:22 +10:00
20240717053710_drop_groups_smtp_ssl.rb UX: Use a dropdown for SSL mode for group SMTP (#27932) 2024-07-18 10:33:14 +10:00
20240829140226_drop_old_notification_id_columns.rb DEV: Drop old notification id columns (#28550) 2024-10-15 11:58:57 +03:00
20240909121255_rebake_user_onebox.rb UX: Upgrade to fontawesome 6.6.0 (#28778) 2024-09-09 14:40:56 +01:00
20240910090759_make_password_columns_from_users_read_only.rb DEV: Break up PG query in MakePasswordColumnsFromUsersReadOnly (#29167) 2024-10-11 11:25:55 +08:00
20240912210450_delete_anonymous_users_from_directory_items.rb FIX: Remove anonymous users from users directory (#28892) 2024-09-13 15:12:57 +03:00