discourse/lib/migration
Martin Brennan 9a6fe5c370
FIX: Do not show new upcoming change dot on new sites and new staff (#39682)
When a site is created, any staff users created in that
period should not see a blue dot for the upcoming change
link in the admin sidebar, we don't need to notify them
of "new" upcoming changes when they have only just joined.

Additionally, any new admins or moderators created later
on should also not immediately see a blue dot in the
upcoming change sidebar, though these changes are "new"
to them, they could potentially be quite old upcoming changes.
2026-05-05 12:02:08 +10:00
..
base_dropper.rb
column_dropper.rb FIX: Add table_schema filter to mark_readonly default check (#37037) 2026-01-10 21:57:31 +01:00
helpers.rb FIX: Do not show new upcoming change dot on new sites and new staff (#39682) 2026-05-05 12:02:08 +10:00
safe_migrate.rb DEV: Correct method signature of NiceErrors#migrate (#37065) 2026-01-12 19:28:49 +00:00
table_dropper.rb