diff --git a/examples/official-site/sqlpage/migrations/10_map.sql b/examples/official-site/sqlpage/migrations/10_map.sql index 8966c899..040614c6 100644 --- a/examples/official-site/sqlpage/migrations/10_map.sql +++ b/examples/official-site/sqlpage/migrations/10_map.sql @@ -85,6 +85,14 @@ VALUES TRUE, TRUE ), + ( + 'map', + 'height', + 'Height of the map, in pixels. Default to 350px', + 'INTEGER', + TRUE, + TRUE + ), ( 'map', 'latitude', @@ -246,4 +254,4 @@ or abstract 2D data visualizations. } ]' ) - ); \ No newline at end of file + );