Koha/installer/data/mysql/audio_alerts.sql
Kyle M Hall a39910ecb6 Bug 11431: (QA followup) Make audio alerts sql top level
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2015-11-04 12:33:53 -03:00

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');