-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update entry_id to use CID instead of UUID #32
Comments
Code that will need to change
insert looks like we would have to remove the |
@RobStallion thank you for opening this issue. ✨ We need to re-think how alog works and unless you have a decent amount of experience with both existing CMS and Ecto internals you won't accidentally stumble upon the optimal solution to this problem. |
Closing this issue in favour of |
@RobStallion thanks for consolidating the issue into the example first. 👍 |
Relates to #15, dwyl/cid#1, dwyl/auth#25 & dwyl/cid#11
Replace/update alog so that it creates CIDs based on the content passed to it instead of creating UUIDs.
Will be using this branch to test this for now. This can be updated later once we have a our CID module working as we would like. For now just wanted to get a better understanding of how this functionality will work in alog.
The way alog currently inserted into a database will need to be updated to look something like this...
inserted
cid
(PK)1name
address
prev
See the faqs section of the CID readme for more info on this point.
The text was updated successfully, but these errors were encountered: