mirror of
https://gitlab.crans.org/bde/nk20-scripts
synced 2024-12-25 17:02:23 +00:00
flush db is not enough
This commit is contained in:
parent
07e149363a
commit
6ed6551459
3
shell/tabularasa
Executable file
3
shell/tabularasa
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/sh
|
||||
sudo -u postgres sh -c "dropdb note_db && psql -c 'CREATE DATABASE note_db OWNER note;'";
|
||||
echo 'reset db';
|
Loading…
Reference in New Issue
Block a user