Bug 29695: Remove json files

We do no longer need them.

Test plan:
Confirm that their content are in Koha::Database::Columns

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
Jonathan Druart 2021-12-14 17:00:59 +01:00 committed by Fridolin Somers
parent 09671c4e35
commit 46ca2cef02
3 changed files with 0 additions and 119 deletions

View file

@ -1,59 +0,0 @@
{
"cardnumber": "cardnumber",
"surname": "surname",
"firstname": "firstname",
"title": "title",
"othernames": "othernames",
"initials": "initials",
"streetnumber": "streetnumber",
"streettype": "streettype",
"address": "address",
"address2": "address2",
"city": "city",
"state": "state",
"zipcode": "zipcode",
"country": "country",
"email": "email",
"phone": "phone",
"mobile": "mobile",
"fax": "fax",
"emailpro": "emailpro",
"phonepro": "phonepro",
"B_streetnumber": "B_streetnumber",
"B_streettype": "B_streettype",
"B_address": "B_address",
"B_address2": "B_address2",
"B_city": "B_city",
"B_state": "B_state",
"B_zipcode": "B_zipcode",
"B_country": "B_country",
"B_email": "B_email",
"B_phone": "B_phone",
"dateofbirth": "dateofbirth",
"dateenrolled": "dateenrolled",
"dateexpiry": "dateexpiry",
"branchcode": "branchcode",
"categorycode": "categorycode",
"contactname": "contactname",
"contactfirstname": "contactfirstname",
"borrowernotes": "borrowernotes",
"sex": "sex",
"password": "password",
"userid": "userid",
"opacnote": "opacnote",
"contactnote": "contactnote",
"altcontactfirstname": "altcontactfirstname",
"altcontactsurname": "altcontactsurname",
"altcontactaddress1": "altcontactaddress1",
"altcontactaddress2": "altcontactaddress2",
"altcontactaddress3": "altcontactaddress3",
"altcontactstate": "altcontactstate",
"altcontactzipcode": "altcontactzipcode",
"altcontactcountry": "altcontactcountry",
"altcontactphone": "altcontactphone",
"smsalertnumber": "smsalertnumber",
"autorenew_checkouts": "autorenew_checkouts",
"primary_contact_method": "primary_contact_method",
"sort1": "sort1",
"sort2": "sort2"
}

View file

@ -1,46 +0,0 @@
{
"itemnumber": "itemnumber",
"biblionumber": "biblionumber",
"biblioitemnumber": "biblioitemnumber",
"barcode": "barcode",
"dateaccessioned": "dateaccessioned",
"booksellerid": "booksellerid",
"homebranch": "homebranch",
"price": "price",
"replacementprice": "replacementprice",
"replacementpricedate": "replacementpricedate",
"datelastborrowed": "datelastborrowed",
"datelastseen": "datelastseen",
"stack": "stack",
"notforloan": "notforloan",
"damaged": "damaged",
"damaged_on": "damaged_on",
"itemlost": "itemlost",
"itemlost_on": "itemlost_on",
"withdrawn": "withdrawn",
"withdrawn_on": "withdrawn_on",
"itemcallnumber": "itemcallnumber",
"coded_location_qualifier": "coded_location_qualifier",
"issues": "issues",
"renewals": "renewals",
"reserves": "reserves",
"restricted": "restricted",
"itemnotes": "itemnotes",
"itemnotes_nonpublic": "itemnotes_nonpublic",
"holdingbranch": "holdingbranch",
"timestamp": "timestamp",
"location": "location",
"permanent_location": "permanent_location",
"onloan": "onloan",
"cn_source": "cn_source",
"cn_sort": "cn_sort",
"ccode": "ccode",
"materials": "materials",
"uri": "uri",
"itype": "itype",
"more_subfields_xml": "more_subfields_xml",
"enumchron": "enumchron",
"copynumber": "copynumber",
"stocknumber": "stocknumber",
"new_status": "new_status"
}

View file

@ -1,14 +0,0 @@
{
"title": "title",
"author": "author",
"copyrightdate": "copyrightdate",
"isbn": "isbn",
"publishercode": "publishercode",
"collectiontitle": "collectiontitle",
"place": "place",
"quantity": "quantity",
"itemtype": "itemtype",
"branchcode": "branchcode",
"patronreason": "patronreason",
"note": "note"
}