Hi All,
I came to a situation where I need to use openser together with other apps on the same database, therefore I will need to change the table names. I know that most of the modules permit that on through config, but my concern is the table version, and the data which should be inside. Can anybody give me any hints on this issue?
Ta, DanB
Hello,
the version table just contains the name of the table. If you change the name of a table, you have to update it in the version table as well.
Cheers, Daniel
On 10/15/07 11:15, Dan-Cristian Bogos wrote:
Hi All,
I came to a situation where I need to use openser together with other apps on the same database, therefore I will need to change the table names. I know that most of the modules permit that on through config, but my concern is the table version, and the data which should be inside. Can anybody give me any hints on this issue?
Ta, DanB
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Hello Daniel,
Can I change also the version table name (eg: from version, into openser_version). If I will compile from the source the db, is there only one place where I must change the version table name, or do u think it will get complicated?
Ta, DanB
On 10/15/07, Daniel-Constantin Mierla daniel@voice-system.ro wrote:
Hello,
the version table just contains the name of the table. If you change the name of a table, you have to update it in the version table as well.
Cheers, Daniel
On 10/15/07 11:15, Dan-Cristian Bogos wrote:
Hi All,
I came to a situation where I need to use openser together with other apps on the same database, therefore I will need to change the table names. I know that most of the modules permit that on through config, but my concern is the table version, and the data which should be inside. Can anybody give me any hints on this issue?
Ta, DanB
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Hello,
On 10/15/07 16:11, Dan-Cristian Bogos wrote:
Hello Daniel,
Can I change also the version table name (eg: from version, into openser_version). If I will compile from the source the db, is there only one place where I must change the version table name, or do u think it will get complicated?
it is a single place, config.h, search for "VERSION_TABLE".
Cheers, Daniel
Ta, DanB
On 10/15/07, Daniel-Constantin Mierla daniel@voice-system.ro wrote:
Hello,
the version table just contains the name of the table. If you change the name of a table, you have to update it in the version table as well.
Cheers, Daniel
On 10/15/07 11:15, Dan-Cristian Bogos wrote:
Hi All,
I came to a situation where I need to use openser together with other apps on the same database, therefore I will need to change the table names. I know that most of the modules permit that on through config, but my concern is the table version, and the data which should be inside. Can anybody give me any hints on this issue?
Ta, DanB
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Cool,
thxs!
On 10/15/07, Daniel-Constantin Mierla daniel@voice-system.ro wrote:
Hello,
On 10/15/07 16:11, Dan-Cristian Bogos wrote:
Hello Daniel,
Can I change also the version table name (eg: from version, into openser_version). If I will compile from the source the db, is there only one place where I must change the version table name, or do u think it will get complicated?
it is a single place, config.h, search for "VERSION_TABLE".
Cheers, Daniel
Ta, DanB
On 10/15/07, Daniel-Constantin Mierla daniel@voice-system.ro wrote:
Hello,
the version table just contains the name of the table. If you change the name of a table, you have to update it in the version table as well.
Cheers, Daniel
On 10/15/07 11:15, Dan-Cristian Bogos wrote:
Hi All,
I came to a situation where I need to use openser together with other apps on the same database, therefore I will need to change the table names. I know that most of the modules permit that on through config, but my concern is the table version, and the data which should be inside. Can anybody give me any hints on this issue?
Ta, DanB
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users