Skip to content

Commit

Permalink
ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MatanYadaev committed Mar 13, 2024
1 parent b3d1d26 commit 44ad207
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public function up(): void
$table->geometry('multi_polygon', subtype: 'multipolygon')->nullable();
$table->geometry('geometry_collection', subtype: 'geometrycollection')->nullable();
$table->geometry('point_with_line_string_cast', subtype: 'point')->nullable();
$table->geography('point_geography', subtype: 'point')->nullable();
$table->decimal('longitude')->nullable();
$table->decimal('latitude')->nullable();
});
Expand Down

0 comments on commit 44ad207

Please sign in to comment.