Index: openacs-4/packages/acs-object-management/sql/postgresql/acs-templating-changes-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-object-management/sql/postgresql/acs-templating-changes-create.sql,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-object-management/sql/postgresql/acs-templating-changes-create.sql 2 Jan 2010 14:03:59 -0000 1.4 +++ openacs-4/packages/acs-object-management/sql/postgresql/acs-templating-changes-create.sql 22 Feb 2011 17:37:03 -0000 1.5 @@ -1,8 +1,10 @@ --- Some of these should probably be objects, but I'll worry about that later. +-- These won't go into acs-templating at this point, as they're just additions +-- and some should probably be objects, and there may need to be additional +-- support for other types and the like. create table acs_form_widgets ( widget text - constraint acs_form_widgets_pk + constraint acs_form_widgets_widget_pk primary key ); @@ -689,4 +691,4 @@ values ('string','search'); -end; \ No newline at end of file +end;