mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-31 22:18:59 +00:00
3 lines
109 B
Bash
Executable file
3 lines
109 B
Bash
Executable file
#!/bin/bash
|
|
|
|
psql -U lemmy -c "DROP SCHEMA public CASCADE; CREATE SCHEMA public; DROP SCHEMA utils CASCADE;"
|