discourse/app
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
..
assets FIX: applies full class to field (#29190) 2024-10-15 10:24:39 +09:00
controllers FIX: Allow user to log in another account using the same device (client_id) (#29121) 2024-10-14 12:39:20 +08:00
helpers DEV: Drop WithServiceHelper 2024-09-05 09:58:20 +02:00
jobs FIX: Notify mailing list subscribers on category change (#28811) 2024-10-11 14:47:39 +02:00
mailers UX: Use a dropdown for SSL mode for group SMTP (#27932) 2024-07-18 10:33:14 +10:00
models DEV: Drop old notification id columns (#28550) 2024-10-15 11:58:57 +03:00
serializers FIX: Plugin JS failing to load would break admin interface (#29139) 2024-10-11 09:26:10 +10:00
services DEV: Migrate user passwords data to UserPassword table (#28746) 2024-10-10 09:23:06 +08:00
views DEV: remap all core icons for fontawesome 6 upgrade (#28715) 2024-09-13 16:50:52 +01:00