#!/bin/sh

sudo -u postgres psql <database.sql
sudo -u postgres psql atlasmnsdb <schema.sql
sudo -u postgres psql atlasmnsdb <users.sql

