]> Untitled Git - lemmy.git/blob - migrations/2019-06-01-222649_remove_admin/up.sql
Remove `actix_rt` & use standard tokio spawn (#3158)
[lemmy.git] / migrations / 2019-06-01-222649_remove_admin / up.sql
1 delete from user_ where name like 'admin';