mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-23 09:53:09 +00:00
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:
@@ -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)
|
|
||||||
);
|
);
|
||||||
|
|
||||||
-------------------------------------------------------
|
-------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user