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.
lemmy/server/migrations/2019-06-01-222649_remove_admin/down.sql

2 lines
88 B
SQL

insert into user_ (name, fedi_name, password_encrypted) values ('admin', 'TBD', 'TBD');