On Mon, 26 Aug 2013, [email protected] wrote: > What is the proper procedure for removing either or both of these > doctypes?
Please try: $ /opt/invenio/bin/dbexec -i mysql> SELECT * FROM sbmDOCTYPE; mysql> SELECT * FROM sbmCOLLECTION_sbmDOCTYPE; and remove any offensive entries from `sbmDOCTYPE' and `sbmCOLLECTION_sbmDOCTYPE' tables. (Eventually also `sbmCATEGORIES', `sbmFIELD', etc if wanted.) Best regards -- Tibor Simko

