Add user statuses and seed admin user

This commit is contained in:
2023-04-01 02:29:59 +02:00
parent d2fbacbf62
commit e29c060a39
5 changed files with 28 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ Copy config template and update database configuration:
Run database creation and migration tasks:
RAILS_ENV="production" bundle exec rake db:create db:migrate
RAILS_ENV="production" bundle exec rake db:create db:migrate db:seed
## Running