You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
Also a question about the way of installing. Why is this a generate job instead of a normal task like active_storage?
rails active_storage:install # Copy over the migration needed to the application
rails active_storage:install:migrations # Copy migrations from active_storage to application
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Now when you migrate the database you loose the injected schema.
And missing the tables:
hyperloop_connections
andhyperloop_queued_messages
It should install these 2 migrations:
Should there be an index on the channel of session?
The text was updated successfully, but these errors were encountered: