]> Untitled Git - lemmy.git/blob - migrations/2022-01-20-160328_remove_site_creator/up.sql
Speedup CI (#3852)
[lemmy.git] / migrations / 2022-01-20-160328_remove_site_creator / up.sql
1 -- Drop the column
2 ALTER TABLE site
3     DROP COLUMN creator_id;
4