Skip to content

Commit 4db9176

Browse files
committed
Add a scheduled warning banner to mysql upgrade
1 parent 23f61f5 commit 4db9176

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/webapp/app/components/userMessager/UserMessage.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,13 @@ if (
144144
id: '2023_amp',
145145
},
146146
{
147-
dateStart: 1700352000000,
148-
dateEnd: 1701043200000,
147+
dateStart: 1709337600000,
148+
dateEnd: 1710028800000,
149149
content: (
150150
<div>
151151
<b>Attention</b>: We want to inform you of an upcoming infrastructure
152152
update that may lead to a temporary service disruption, planned{' '}
153-
<b>Nov 25th to 26th</b>.
153+
<b>March 9th, 9AM-12PM</b>.
154154
<br />
155155
During this period, you may experience intermittent service
156156
interruptions, brief outages, or slower response times while accessing

0 commit comments

Comments
 (0)