Bug 17067

Summary: Missing field "sms_provider_id" in database schema
Product: Project Infrastructure Reporter: Michael Kuhn <mik>
Component: Project websiteAssignee: Liz Rea <wizzyrea>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P5 - low CC: chris, jonathan.druart, veron
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Michael Kuhn 2016-08-06 17:08:28 UTC
With https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9021 the new field "sms_provider_id" was created in Koha table "borrowers". It is actually there in Koha 16.05.

But the field is not listed in http://schema.koha-community.org/tables/borrowers.html
Comment 1 Jonathan Druart 2016-08-19 14:00:11 UTC
Liz, do you know who is supposed to update the schema?
Comment 2 Marc Véron 2016-08-25 07:54:53 UTC
The database schema has been updated by Chris Cormack as of today after a request on the koha-devel list.

See:
http://schema.koha-community.org/16_05/
http://schema.koha-community.org/master/

(cc-ing Chris Cormack)
Comment 3 Michael Kuhn 2016-08-25 08:48:01 UTC
Even after the update of the database schema the field "sms_provider_id" is not there, neither in http://schema.koha-community.org/16_05/ nor in http://schema.koha-community.org/master/
Comment 4 Katrin Fischer 2016-08-29 06:16:18 UTC
I can see it in both, master and 16_05 in the borrowers table now.
Comment 5 Michael Kuhn 2016-08-29 08:06:40 UTC
I'm sorry - yes, I can also see it in master and 16_05 in the borrowers table now.
Comment 6 Katrin Fischer 2016-08-29 08:20:57 UTC
Problem solved :)