summaryrefslogtreecommitdiff
path: root/migrations/2020-02-04-123502_reserved_users/down.sql
blob: 7caccef82c18673e8a12d0c0db225d26b8d57543 (plain)
1
2
3
4
5
delete from users where username in (
  'root',
  'system',
  'admin'
);