lemmy/migrations/2021-02-28-162616_clean_emp.../up.sql

8 lines
56 B
SQL

UPDATE
post
SET
url = NULL
WHERE
url = '';