#!/bin/sh

DATABASE=lsr

psql -f clean-postgres.sql ${DATABASE}
psql -f lsr-postgres.sql ${DATABASE}