Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hot fix: Create Migration File for Active Storage Tables #4

Merged
merged 2 commits into from
Feb 8, 2024
Merged

Conversation

Wineshuga
Copy link
Owner

Description

The active storage tables are unavailable in production because the migration file was deleted and the tables were removed from the schema file without dropping the tables in the development database. As such, we get an error in production when we try to add an image.

The following steps were taken to fix this:

  • A migration file to drop the active storage tables was created and run.
  • Then a new migration file to create the active storage tables was created and run.

The updated the schema file

@Wineshuga Wineshuga merged commit 04d48eb into dev Feb 8, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant