feat(migrations): ✨ Add column "is_active" in index of Itineraries table
This commit is contained in:
@@ -104,6 +104,7 @@ export class CreateItineraries1659404395471 implements MigrationInterface {
|
|||||||
'days_of_week',
|
'days_of_week',
|
||||||
'specific_day',
|
'specific_day',
|
||||||
'estimated_departure_time',
|
'estimated_departure_time',
|
||||||
|
'is_active',
|
||||||
],
|
],
|
||||||
isUnique: true,
|
isUnique: true,
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user