pastebin/migrations/2019-08-11-085555_format-python3/down.sql

4 lines
95 B
MySQL
Raw Normal View History

2019-08-11 09:05:42 +00:00
ALTER TABLE wrappers DROP COLUMN is_formatter;
DELETE FROM wrappers WHERE label = 'autopep8';