mirror of https://github.com/LemmyNet/lemmy.git
4 lines
109 B
Bash
4 lines
109 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
psql -U lemmy -c "DROP SCHEMA public CASCADE; CREATE SCHEMA public; DROP SCHEMA utils CASCADE;"
|