]> git.koha-community.org Git - koha.git/blob - installer/data/mysql/audio_alerts.sql
Bug 14199: Database revision for marc21_orgcode.pl
[koha.git] / installer / data / mysql / audio_alerts.sql
1 INSERT INTO audio_alerts VALUES
2 (1, 1, '.audio-alert-action', 'opening.ogg'),
3 (2, 2, '.audio-alert-warning', 'critical.ogg'),
4 (3, 3, '.audio-alert-success', 'beep.ogg');