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