From a7264d107cc7899fcf37995ea9e1dc4ced8edb62 Mon Sep 17 00:00:00 2001 From: David Stuve Date: Thu, 30 May 2002 17:56:45 +0000 Subject: [PATCH] resourcepolicy edits renamed resource_filter => container_type_id renamed resource_filter_arg => container_id del notes del eperson_owner del priority git-svn-id: http://scm.dspace.org/svn/repo/trunk@59 9c30dcfa-912a-0410-8fc2-9e0234be79fd --- dspace/etc/database_schema.sql | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dspace/etc/database_schema.sql b/dspace/etc/database_schema.sql index dfc52f5b69..5fbb215bb5 100644 --- a/dspace/etc/database_schema.sql +++ b/dspace/etc/database_schema.sql @@ -264,13 +264,10 @@ CREATE TABLE ResourcePolicy policy_id INTEGER PRIMARY KEY, resource_type_id INTEGER, resource_id INTEGER, - resource_filter INTEGER, - resource_filter_arg INTEGER, + container_type_id INTEGER, + container_id INTEGER, action_id INTEGER, - policy_statement VARCHAR(256), - priority INTEGER, - notes TEXT, - owner_eperson_id INTEGER REFERENCES EPerson(eperson_id) + policy_statement VARCHAR(256) ); -------------------------------------------------------