We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81fddd9 commit aea7fc7Copy full SHA for aea7fc7
.gitignore
@@ -29,3 +29,7 @@ tmp/
29
.vagrant/
30
.ruby-version
31
docx_files/
32
+
33
+*.dump
34
+*.sql
35
+*.tar
README.md
@@ -7,6 +7,8 @@ For detailed background about the project as of 2018 please see
7
[docs/BACKGROUND.md](docs/BACKGROUND.md). For an overview of the system see
8
[docs/OVERVIEW.md](docs/OVERVIEW.md).
9
10
+Note: Depends on `postgres-9.6-postgis-2.3`
11
12
13
## Installing
14
0 commit comments