tiny 88x31 lexicon for atproto
at main 4 lines 164 B view raw
1#!/bin/bash 2source .env 3 4migrate -path migrations -database "postgres://$POSTGRES_USER:$POSTGRES_PASSWORD@localhost:$POSTGRES_PORT/$POSTGRES_DB?sslmode=disable" up