Merge pull request #108 from mchev/updating_other_stored_namespaces

Adding new field to update #107
This commit is contained in:
mchev
2024-06-20 14:56:45 +02:00
committed by GitHub

View File

@@ -32,6 +32,7 @@ return new class extends Migration
'email_logs' => 'mailable_type',
'notifications' => 'notifiable_type',
'personal_access_tokens' => 'tokenable_type',
'custom_fields' => 'model_type',
'custom_field_values' => 'custom_field_valuable_type',
'abilities' => 'entity_type',
'assigned_roles' => 'entity_type',