At 17:59 03.06.2004, you wrote:

Thank you for the response. It helped.
  • Is there any DB schema?
We used to have a partial one, but it was incomplete and is no longer valid.

  • If I make new tables in the DB, will they be searchable?
What do you mean by searcheable ? We don't use full-text indexes if that's what you mean.

  • How do I create tables? I know that there is a DBScript file. Should I enter sql queries directly into them?
I recommend you use Jahia's CVS HEAD for development (although it's a bit broken for the moment, but should be fixed by the end of the day), because we use an XML schema file. You can see what it looks like here :

http://cvspub.jahia.org/cgi-bin/cvsweb.cgi/jahia/torque/src/schema/jahia-schema.xml?rev=1.2;content-type=text%2Fx-cvsweb-markup

If you need to add a table simply add a table to the schema (shouldn't be too cryptic). Then from this we will automatically be able to generate scripts for all supported databases.

Regards,
  Serge Huber.


- -- --- -----=[ serge.huber at jahia dot com ]=---- --- -- -
Jahia : A collaborative source CMS and Portal Server
www.jahia.org Community and product web site
www.jahia.com Commercial services company

Reply via email to