Index: openacs-4/packages/glossar/sql/postgresql/glossar-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/glossar/sql/postgresql/glossar-create.sql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/glossar/sql/postgresql/glossar-create.sql 20 Aug 2005 09:37:51 -0000 1.1 +++ openacs-4/packages/glossar/sql/postgresql/glossar-create.sql 2 Nov 2005 15:12:40 -0000 1.2 @@ -17,7 +17,8 @@ glossar_id integer primary key references acs_objects(object_id), owner_id integer not null references acs_objects(object_id), source_category_id integer not null references categories(category_id), - target_category_id integer default null references categories(category_id) + target_category_id integer default null references categories(category_id), + etat_id integer default null references acs_objects(object_id) );