pastebin/migrations/2019-03-15-065751_nofollow-column/up.sql
2019-03-15 08:39:57 +01:00

4 lines
136 B
SQL

ALTER TABLE pastes ADD COLUMN no_follow boolean NOT NULL DEFAULT TRUE;
UPDATE pastes SET no_follow = FALSE WHERE identifier = 'about';