How to synchronize system tables?
Sorry for my english first. I want to add an existing field in an item type, for instance, the Company (field id 83) in the type Book (id 2): For that, I added the following line into the system.sql file:
INSERT INTO itemTypeFields VALUES (2, 83, NULL, 22);
But when I restarted my browser, I do not find the desired result. Someone can help to know how I can synchronize the system in order to have the new field in my input form?
Thanks in advance
INSERT INTO itemTypeFields VALUES (2, 83, NULL, 22);
But when I restarted my browser, I do not find the desired result. Someone can help to know how I can synchronize the system in order to have the new field in my input form?
Thanks in advance
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
What does the 'company' of the book refer to? Why can't you use author/publisher?
I gave the field Company as an example, my colleagues from our documentation center have a real need, Ia can ask them to give me a right example.
The problem is when I modify system.sql nothing is happen after re-executing my Firefox. It seems that zotero do not take into account my changes.
Thanks