Skip to content

Commit

Permalink
Merge pull request #561 from georchestra/issue-558
Browse files Browse the repository at this point in the history
add gitignore for target folder and build js
  • Loading branch information
pierrejego authored Apr 13, 2021
2 parents 7f63223 + 9ad1eda commit 51df104
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
.DS_Store
docs/_build/
docs/rsync.bash
cadastrapp/target/*
addons/cadastrapp/js/build/cadastrapp.js
3 changes: 2 additions & 1 deletion script/qgis/database/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ CREATE DATABASE #dbname_qgis
TABLESPACE = pg_default
LC_COLLATE = 'fr_FR.UTF-8'
LC_CTYPE = 'fr_FR.UTF-8'
CONNECTION LIMIT = -1;
CONNECTION LIMIT = -1
TEMPLATE = template0;

\connect #dbname_qgis;

Expand Down

0 comments on commit 51df104

Please sign in to comment.