Skip to content

Commit 8a6c3d2

Browse files
committed
map component
1 parent 29aa338 commit 8a6c3d2

File tree

1 file changed

+2
-2
lines changed
  • examples/official-site/sqlpage/migrations

1 file changed

+2
-2
lines changed

examples/official-site/sqlpage/migrations/10_map.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ VALUES (
4646
FALSE,
4747
FALSE
4848
),
49-
(
49+
(
5050
'map',
5151
'longitude',
5252
'Longitude of the marker',
@@ -73,7 +73,7 @@ VALUES (
7373
(
7474
'map',
7575
'description',
76-
'Plain text description of the marker',
76+
'Plain text description of the marker, as plain text',
7777
'TEXT',
7878
FALSE,
7979
TRUE

0 commit comments

Comments
 (0)