[Koha] Restore the default Marc Framework

Caroline Cyr La Rose caroline.cyr-la-rose at inlibro.com
Sat Apr 1 02:04:09 NZDT 2023


Hi Victor,

It's a bit convoluted, but here's what I usually do if I need to do this.


In the database, I delete the default and acq framework.

DELETE FROM marc_subfield_structure WHERE framework IN ('', 'ACQ');

DELETE FROM marc_tag_structure WHERE framework IN ('', 'ACQ');


Then, I reload the original YAML file

./misc/load_yaml.pl --load --file 
installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml


I hope this helps.

Caroline


On 2023-03-30 13:27, Victor Barroso Oliveira wrote:
> Hello,
> how to restore the default Marc Framework to the original pattern?
> koha version
> 22.05.05
> ubuntu
> 20
> Thanks,
> Victor
> _______________________________________________
>
> Koha mailing list  http://koha-community.org
> Koha at lists.katipo.co.nz
> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha

Caroline Cyr-La-Rose, M.L.I.S. (she/her)
Librarian | Product Manager

1-833-INLIBRO (465-4276), ext. 221
caroline.cyr-la-rose at inlibro.com
https://www.inLibro.com



More information about the Koha mailing list