drop legacy domain tables
This commit is contained in:
3
justfile
3
justfile
@@ -13,9 +13,6 @@ format-changed:
|
||||
format-all:
|
||||
find . -name '*.rb' -type f -exec sh -c 'stree format "$1" > "$1.tmp" && mv "$1.tmp" "$1"' sh {} \;
|
||||
|
||||
psql-dump-domain-fa-favs:
|
||||
@psql -P pager=off -c 'select user_id, post_id, 1 from domain_fa_favs limit 10000000;' -d redux_prod -h 10.166.33.171 -U scraper_redux -t -A -F ' '
|
||||
|
||||
test:
|
||||
bundle exec srb tc
|
||||
rm -rf tmp/blob_files_test/thumbnails
|
||||
|
||||
Reference in New Issue
Block a user