mirror of
https://github.com/modrinth/code.git
synced 2026-08-30 19:46:33 +00:00
8 lines
121 B
Bash
Executable File
8 lines
121 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
source .env
|
|
|
|
psql "$DATABASE_URL" < fixtures/labrinth-seed-data-202508052143.sql
|