Files
pocket-id-pocket-id/backend/resources/migrations/sqlite/20251018000000_add_dark_logo.down.sql
2025-10-24 09:57:12 +02:00

6 lines
118 B
PL/PgSQL

PRAGMA foreign_keys=OFF;
BEGIN;
ALTER TABLE oidc_clients DROP COLUMN dark_image_type;
COMMIT;
PRAGMA foreign_keys=ON;