]> Untitled Git - lemmy.git/blob - migrations/2022-04-12-114352_default_post_listing_type/up.sql
Denormalize community_id into post_aggregates for a 1000x speed-up when loading posts...
[lemmy.git] / migrations / 2022-04-12-114352_default_post_listing_type / up.sql
1 alter table site add column default_post_listing_type text not null default 'Local';