mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-11 10:33:06 +00:00
parent
2cbd4c9678
commit
d0b2f982b4
|
@ -0,0 +1 @@
|
|||
insert into user_ (name, fedi_name, password_encrypted) values ('admin', 'TBD', 'TBD');
|
1
server/migrations/2019-06-01-222649_remove_admin/up.sql
Normal file
1
server/migrations/2019-06-01-222649_remove_admin/up.sql
Normal file
|
@ -0,0 +1 @@
|
|||
delete from user_ where name like 'admin';
|
Loading…
Reference in a new issue