Skip to content

Commit

Permalink
Same_naming_to_00_db_extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
ponceta authored May 28, 2024
1 parent cc59ae9 commit d36b8ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
make gettext
- name: tx pull
if: ${{ github.event.pull_request.head.repo.full_name == 'teksi/district_heating' || github.event_name == 'push' && github.ref == 'refs/heads/main' }}
if: ${{ github.event.pull_request.head.repo.full_name == 'teksi/wastewater' || github.event_name == 'push' && github.ref == 'refs/heads/main' }}
env:
TX_TOKEN: ${{ secrets.TX_TOKEN }}
working-directory: docs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CREATE EXTENSION IF NOT EXISTS postgis;
CREATE EXTENSION IF NOT EXISTS hstore;
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
-- CREATE EXTENSION IF NOT EXISTS hstore;
2 changes: 1 addition & 1 deletion datamodel/scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SRID=2056
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/..

cd $DIR
psql "service=${PGSERVICE}" -v ON_ERROR_STOP=1 -f ${DIR}/changelogs/0001/00_extensions.sql
psql "service=${PGSERVICE}" -v ON_ERROR_STOP=1 -f ${DIR}/changelogs/0001/00_db_extensions.sql
psql "service=${PGSERVICE}" -v ON_ERROR_STOP=1 -f ${DIR}/changelogs/0001/01_schema.sql
psql "service=${PGSERVICE}" -v ON_ERROR_STOP=1 -f ${DIR}/changelogs/0001/02_sys.sql
psql "service=${PGSERVICE}" -v ON_ERROR_STOP=1 -f ${DIR}/changelogs/0001/oid_generation.sql
Expand Down

0 comments on commit d36b8ae

Please sign in to comment.