pastebin/migrations/2019-08-08-143146_remove-no-follow/down.sql
2019-08-08 16:35:17 +02:00

2 lines
71 B
SQL

ALTER TABLE pastes ADD COLUMN no_follow boolean NOT NULL DEFAULT TRUE;