friendica-directory/src/sql/migrations/down/0008.sql

3 lines
57 B
PL/PgSQL

BEGIN;
ALTER TABLE `server` DROP `subscribe_url`;
COMMIT;