Files
cms-service/scripts/db/rollback/0001.down.sql
2026-02-02 14:27:56 +08:00

8 lines
144 B
PL/PgSQL
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

BEGIN;
-- cms-service 0001 仅创建 pgcrypto extension。为避免影响同库其他服务这里不卸载 extension。
SELECT 1;
COMMIT;