This website requires JavaScript.
Explore
Help
Sign in
nutomic
/
lemmy
Archived
Watch
2
Star
0
Fork
You've already forked lemmy
1
Code
Issues
Pull requests
Releases
Wiki
Activity
This repository has been archived on
2020-04-21
. You can view files and clone it, but cannot push or open issues or pull requests.
909628bc34
lemmy
/
server
/
migrations
/
2019-06-01-222649_remove_admin
/
up.sql
2 lines
43 B
MySQL
Raw
Normal View
History
Unescape
Escape
Removing the placeholder admin user. - Fixes #165
2019-06-01 22:32:06 +00:00
delete
from
user_
where
name
like
'
admin
'
;
Reference in a new issue
Copy permalink