bibendi / activerecord-postgres_enum

Integrate PostgreSQL's enum data type into ActiveRecord's schema and migrations.
MIT License
361 stars 24 forks source link

Fix rake task name for schema load in README #59

Closed ka8725 closed 2 years ago

ka8725 commented 2 years ago

Context

There is no such rake task schema:load:

$ RAILS_ENV=test rake schema:load
rake aborted!
Don't know how to build task 'schema:load' (See the list of available tasks with `rake --tasks`)
Did you mean?  db:schema:load

(See full trace by running task with --trace)

Related tickets

What's inside

Checklist:

bibendi commented 2 years ago

Thank you!