Is there any document about the OpenACS tables description?
I want to migrate data from an existing FileMaker application to a new
one based on OpenACS. This includes users accounts, which means that
I have to create new users accounts on OpenACS for every user I got in
the old application. But I dont want to do this manually. That's why
I need to know which tables are involved in OpenACS "add user" process
to program my own "migration module". I've been looking at the source
code in every "user-add*" file, but I dont see any "insert" sql
statement. I guess there are functions that contains those statements
I am looking for. Is there any easier way to solve my problem?
Thanks!