Skip to content

Commit

Permalink
Adds postgis to data schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Agnieszka Figiel committed Dec 15, 2023
1 parent c7f6548 commit 1d542bb
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
async up(knex) {
// create postgis extension in the data schema
await knex.raw('CREATE EXTENSION postgis SCHEMA data');
},
};

0 comments on commit 1d542bb

Please sign in to comment.