Skip to content

Commit ea1d3a6

Browse files
committed
fix int type
1 parent 1073888 commit ea1d3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/includes/schema-builder/flights_migration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function up(): void
2828
'required' => ['license_number'],
2929
'properties' => [
3030
'license_number' => [
31-
'bsonType' => 'integer',
31+
'bsonType' => 'int',
3232
'minimum' => 1000,
3333
'maximum' => 9999,
3434
],

0 commit comments

Comments
 (0)