anca,

something went wrong i guess in schema file, because presence-create.sql
ends like this:

INSERT INTO version (table_name, table_version) values ('watchers','2');
   CREATE TABLE watchers (
       id INT(10) UNSIGNED AUTO_INCREMENT PRIMARY KEY NOT NULL,
       p_uri VARCHAR(128) NOT NULL,
       w_user VARCHAR(64) NOT NULL,
       w_domain VARCHAR(64) NOT NULL,
       event VARCHAR(64) NOT NULL DEFAULT 'presence',
       subs_status VARCHAR(64) NOT NULL,
       reason VARCHAR(64),
       inserted_time INT(11) NOT NULL,
       UNIQUE KEY udud_watchers (

-- juha

_______________________________________________
Devel mailing list
Devel@openser.org
http://openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to