#!/bin/sh
SCHEMA=inpn
ROOTDIR=$(dirname "$0")/..
pg_dump -d "service=projets" -s --schema="$SCHEMA" >$ROOTDIR/sql/schema.sql
