-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b655b6b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@misaugstad do you mind confirming if there are anymore columns that should be added? Also how should the mapathon_event_link column be handled as in the config file I found nothing in that field. Thanks!
b655b6b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some notes:
mapathon_event_link
column should be nullable, and you should fill it in with null values for every city!default_map_zoom
,tutorial_street_edge_id
,update_offset_hours
, andexcluded_tags
) right afternortheast_boundary_lng
instead of being at the end.attribute_center_lat
throughregion_lng2
, those are for the API page, so can you prepend them each withapi_
? So it would beapi_attribute_center_lat
, etc.b655b6b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@misaugstad Makes sense! For 2, to make a column nullable did you want NULL or NULLABLE?
b655b6b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not totally sure what you mean, but what I'm imagining is that the you just remove the
NOT NULL
constraint from that column when creating the table, and when inserting you insertNULL