]> Untitled Git - lemmy.git/blob - migrations/2019-06-01-222649_remove_admin/up.sql
Adding a person.admin index, and featured_local/community indexes. (#3479)
[lemmy.git] / migrations / 2019-06-01-222649_remove_admin / up.sql
1 delete from user_ where name like 'admin';