Bug 17602: RecordedBooks Integration to Koha
[koha.git] / installer / data / mysql / atomicupdate / recordedbooks.sql
1 INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type)
2 VALUES ('RecordedBooksClientSecret','','30','Client key for RecordedBooks integration','YesNo'),
3        ('RecordedBooksLibraryID','','','Library ID for RecordedBooks integration','Integer'),
4        ('RecordedBooksDomain','','','RecordedBooks domain','Free');