mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-31 03:34:18 +00:00
Rename 'is Assistant to' in line with the other names.
This commit is contained in:
parent
381f921aee
commit
af9a90328c
@ -21,7 +21,7 @@ INSERT INTO relationship_type ( rt_id, rt_name, confers )
|
|||||||
VALUES( 1, 'Administers', 'A' );
|
VALUES( 1, 'Administers', 'A' );
|
||||||
|
|
||||||
INSERT INTO relationship_type ( rt_id, rt_name, confers )
|
INSERT INTO relationship_type ( rt_id, rt_name, confers )
|
||||||
VALUES( 2, 'is Assistant to', 'RW' );
|
VALUES( 2, 'Can read/write to', 'RW' );
|
||||||
|
|
||||||
INSERT INTO relationship_type ( rt_id, rt_name, confers )
|
INSERT INTO relationship_type ( rt_id, rt_name, confers )
|
||||||
VALUES( 3, 'Can read from', 'R' );
|
VALUES( 3, 'Can read from', 'R' );
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user