friendica-directory/src/sql/migrations/up/0006.sql

4 lines
56 B
PL/PgSQL

BEGIN;
ALTER TABLE `server` DROP COLUMN `path`;
COMMIT;