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
  • This is a developer's question & may be better served in the developer list. You'd need to update system.sql and zotero.properties, per http://www.zotero.org/support/dev/data_model

    What does the 'company' of the book refer to? Why can't you use author/publisher?
  • Many thanks for this quick answer. You are right this is a developer's question but I do not know how to move it!

    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

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.