mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
parent
2cbd4c9678
commit
d0b2f982b4
2 changed files with 2 additions and 0 deletions
|
@ -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