Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dynamic Exposure
OpenBuildingMap
database-obmbuildings
Commits
31616bee
Commit
31616bee
authored
Mar 30, 2022
by
Felix Delattre
Browse files
Added quadkey column
parent
0fb6ddcd
Pipeline
#40817
passed with stage
in 58 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
31616bee
...
...
@@ -25,6 +25,7 @@ Please add a small reasoning around the following points for each proposed merge
| floorspace | float |
| storeys | integer |
| relation_id | integer |
| quadkey | char(18) |
#### `migrations` - Information about database migrations
...
...
migrations/00009_add_column_quadkey.sql
0 → 100644
View file @
31616bee
ALTER
TABLE
public
.
obm_buildings
ADD
COLUMN
IF
NOT
EXISTS
quadkey
CHAR
(
18
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment