implemented javascripts for approval/disapproval/unapproval from post/show page
This commit is contained in:
4
script/testing/reset_post_1.sh
Executable file
4
script/testing/reset_post_1.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
psql -c "UPDATE posts SET is_flagged = false, is_pending = true, approver_string = '' WHERE id = 1" danbooru2
|
||||
psql -c "DELETE FROM unapprovals" danbooru2
|
||||
Reference in New Issue
Block a user