From 39cbaf0cd0a6f1dc16aa56a2f82d8ecd08136212 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sun, 3 May 2015 09:23:04 +0200 Subject: Remove "script" role from vn<->staff links Note that it's still in the postgresql ENUM type. Removing that is possible, but not very trivial. --- data/global.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/global.pl') diff --git a/data/global.pl b/data/global.pl index 6c02d0c0..52792aed 100644 --- a/data/global.pl +++ b/data/global.pl @@ -114,7 +114,7 @@ our %S = (%S, changes => [ 25, 'VNDB Recent Changes', '/hist' ], posts => [ 25, 'VNDB Recent Posts', '/t' ], }, - staff_roles => [qw|scenario script chardesign music director art songs staff|], + staff_roles => [qw|scenario chardesign music director art songs staff|], ); -- cgit v1.2.3