Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
database-obmtiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Global Dynamic Exposure
OpenBuildingMap
database-obmtiles
Merge requests
!7
Added initial database documentation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Added initial database documentation
feature/add-some-docu
into
master
Overview
26
Commits
1
Pipelines
13
Changes
1
Merged
Added initial database documentation
Felix Delattre
requested to merge
feature/add-some-docu
into
master
Mar 8, 2021
Overview
23
Commits
1
Pipelines
13
Changes
3
\approve
@prehn
@ds
\fyi
@nicgar
0
0
Merge request reports
Compare
version 5
version 12
5377e6ae
Mar 10, 2021
version 11
034c0e5b
Mar 10, 2021
version 10
ff15b2f5
Mar 9, 2021
version 9
87d62297
Mar 8, 2021
version 8
207fb141
Mar 8, 2021
version 7
0ab08eb5
Mar 8, 2021
version 6
a255402f
Mar 8, 2021
version 5
0af3398c
Mar 8, 2021
version 4
17fe4b87
Mar 8, 2021
version 3
9d7ac2ad
Mar 8, 2021
version 2
905fbc8d
Mar 8, 2021
version 1
e2ff618d
Mar 8, 2021
master (base)
and
latest version
latest version
ab46eb18
1 commit,
Mar 10, 2021
version 12
5377e6ae
2 commits,
Mar 10, 2021
version 11
034c0e5b
1 commit,
Mar 10, 2021
version 10
ff15b2f5
1 commit,
Mar 9, 2021
version 9
87d62297
1 commit,
Mar 8, 2021
version 8
207fb141
1 commit,
Mar 8, 2021
version 7
0ab08eb5
1 commit,
Mar 8, 2021
version 6
a255402f
1 commit,
Mar 8, 2021
version 5
0af3398c
1 commit,
Mar 8, 2021
version 4
17fe4b87
1 commit,
Mar 8, 2021
version 3
9d7ac2ad
1 commit,
Mar 8, 2021
version 2
905fbc8d
1 commit,
Mar 8, 2021
version 1
e2ff618d
1 commit,
Mar 8, 2021
Show latest version
3 files
+
44
−
22
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
migrations/00006_create-postgis-extension.sql
0 → 100644
+
2
−
0
View file @ ab46eb18
Edit in single-file editor
Open in Web IDE
-- Create postgis extension for geometry column
CREATE
EXTENSION
postgis
;
Loading