Koha/installer/data/mysql/atomicupdate/hourlyloans.sql
Colin Campbell 8cea8e5cc0 Bug 5549 : Allow hourly loans to be indicated in the loan rules
Add a column indicating whether we are talking days or hours here
This work is merely a holding version pending a better version
2012-03-20 12:07:19 +13:00

1 line
93 B
SQL

alter table issuingrules add column lengthunit varchar(10) default 'days' after issuelength;