pastebin/migrations/2019-08-14-093123_format-python3-with-black/down.sql
2019-08-14 11:39:08 +02:00

4 lines
105 B
SQL

UPDATE wrappers
SET label = 'autopep8', code = 'autopep8-3 code'
WHERE label = 'Format (black)';