bug_16034 Adding a new syspref - OverDriveCirculation
[koha-equinox.git] / installer / data / mysql / atomicupdate / overdrive.sql
1 ALTER TABLE borrowers ADD overdrive_auth_token text default NULL AFTER lastseen;
2
3 INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type)
4 VALUES ('OverDriveCirculation','0','Enable client to see their OverDrive account','','YesNo');