Kyle M Hall
a39910ecb6
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
4 lines
170 B
SQL
4 lines
170 B
SQL
INSERT INTO audio_alerts VALUES
|
|
(1, 1, '.audio-alert-action', 'opening.ogg'),
|
|
(2, 2, '.audio-alert-warning', 'critical.ogg'),
|
|
(3, 3, '.audio-alert-success', 'beep.ogg');
|