lemmy/migrations/2024-12-18-200602_optimize_get_random_community/down.sql

6 lines
86 B
MySQL
Raw Permalink Normal View History

ALTER TABLE community
DROP COLUMN random_number;
DROP FUNCTION random_smallint;