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
1. Bugfix: database migrations fail when decorator invokes form_fields and table does not exist ([issue 4](#4))
2. Feature: Add partial to support password field ([issue 9](#9))
2. Bugfix: Using the right metadata for index/show/form partials respectively ([issue 12](#12))
1. Bugfix: database migrations fail when decorator invokes form_fields and table does not exist ([issue 4](#4))
2. Feature: Add partial to support password field ([issue 9](#9))
2. Bugfix: Using the right metadata for index/show/form partials respectively ([issue 12](#12))
I've included a condition to check if the db table exists, so that this code is skipped when the migrations are run.
Without the above check this error is triggered when running
rails db:drop
orrails db:migrate
The text was updated successfully, but these errors were encountered: