pastebin/migrations/2019-08-08-143146_remove-no-follow/down.sql

2 lines
71 B
MySQL
Raw Normal View History

2019-08-08 14:35:17 +00:00
ALTER TABLE pastes ADD COLUMN no_follow boolean NOT NULL DEFAULT TRUE;