moved roles to a separate database and added code to make updates #3

Merged
tiradoe merged 2 commits from roles-database into main 2026-04-09 23:36:45 +00:00
Showing only changes of commit 5fee60eb86 - Show all commits

View file

@ -31,7 +31,7 @@ class DatabaseSeeder extends Seeder
[
'name' => 'EDITOR',
'display_name' => 'Editor',
'description' => 'Can edit list details and can add/remove movies from the list.'],
'description' => 'Can add/remove movies from the list.'],
[
'name' => 'VIEWER',
'display_name' => 'Viewer',