Files
Erupe/schemas/patch-schema/23-earth.sql
stratic-dev c6fdf47779 Added earth
2024-07-31 14:56:34 +01:00

6 lines
97 B
PL/PgSQL

BEGIN;
-- Add 'earth' to the event_type ENUM type
ALTER TYPE event_type ADD VALUE 'earth';
END;