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
This commit is contained in:
David Stuve
2002-05-30 17:56:45 +00:00
parent c092c85287
commit a7264d107c

View File

@@ -264,13 +264,10 @@ CREATE TABLE ResourcePolicy
policy_id INTEGER PRIMARY KEY, policy_id INTEGER PRIMARY KEY,
resource_type_id INTEGER, resource_type_id INTEGER,
resource_id INTEGER, resource_id INTEGER,
resource_filter INTEGER, container_type_id INTEGER,
resource_filter_arg INTEGER, container_id INTEGER,
action_id INTEGER, action_id INTEGER,
policy_statement VARCHAR(256), policy_statement VARCHAR(256)
priority INTEGER,
notes TEXT,
owner_eperson_id INTEGER REFERENCES EPerson(eperson_id)
); );
------------------------------------------------------- -------------------------------------------------------