You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/migrations/2023-06-20-191145_add_listi.../up.sql

11 lines
194 B
SQL

-- Update the enums
ALTER TYPE sort_type_enum
ADD VALUE 'TopThreeMonths';
ALTER TYPE sort_type_enum
ADD VALUE 'TopSixMonths';
ALTER TYPE sort_type_enum
ADD VALUE 'TopNineMonths';