]> Untitled Git - lemmy.git/blob - migrations/2019-06-01-222649_remove_admin/up.sql
Showing # of unread comments for posts. Fixes #2134 (#2393)
[lemmy.git] / migrations / 2019-06-01-222649_remove_admin / up.sql
1 delete from user_ where name like 'admin';