2 lines
136 B
SQL
2 lines
136 B
SQL
-- Fix for missing parameter_scope ENUM bypassed by Alembic
|
|
CREATE TYPE parameter_scope AS ENUM ('global', 'country', 'region', 'user'); |