3 lines
91 B
SQL
3 lines
91 B
SQL
-- Add 'map' to the module_type enum
|
|
ALTER TYPE module_type ADD VALUE IF NOT EXISTS 'map';
|