chore: rename notification banners to announcement banners (#13419)

This commit is contained in:
Kayla Washburn-Love
2024-05-31 10:59:28 -06:00
committed by GitHub
parent de8149fbfd
commit b248f125e1
42 changed files with 355 additions and 349 deletions

View File

@ -0,0 +1,3 @@
update site_configs SET
key = 'notification_banners'
where key = 'announcement_banners';

View File

@ -0,0 +1,3 @@
update site_configs SET
key = 'announcement_banners'
where key = 'notification_banners';