We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Excellent gem! Looks like some great work there :)
I am having an issue getting this to work for a model that has a non-standard ID field - I am using a UUID for the ID field (details below).
Seems like the db:migrate process fails to recognise this model and doesn't create it's archive table.
The migration for this model looks like:
... create_table :components, :id => false do |t| t.string :uuid, :limit => 36, :null => false ... end ...
In the model I have...
... set_primary_key :uuid attr_readonly :id before_validation :set_uuid ...
Would you be able to take a look at this issue? Anything more I can do to help?
Thanks, Jits
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Excellent gem! Looks like some great work there :)
I am having an issue getting this to work for a model that has a non-standard ID field - I am using a UUID for the ID field (details below).
Seems like the db:migrate process fails to recognise this model and doesn't create it's archive table.
The migration for this model looks like:
In the model I have...
Would you be able to take a look at this issue? Anything more I can do to help?
Thanks,
Jits
The text was updated successfully, but these errors were encountered: