refactor(validity-time): remove 'active' field from ValidityTime model and related migrations/tests
This commit is contained in:
@@ -19,7 +19,6 @@ class TicketValiditySchemaTest extends TestCase
|
||||
'end_time',
|
||||
'fixed_starts_at',
|
||||
'fixed_expires_at',
|
||||
'active',
|
||||
'created_at',
|
||||
'updated_at',
|
||||
], Schema::getColumnListing('validity_times'));
|
||||
|
||||
Reference in New Issue
Block a user