Robert Francis
Robert Francis
If we are going to add the fields `cid`, `entry_id` and `deleted` ourselves when the migrations are run then these fields with not be in the users schema. This means...
@nelsonic Is this a quote from another issue or is this your response to above? (the 'insert quote' `>` made me unsure) I'm happy to rename `entry_id` to `id`. I...
In my current `comment` table, I have made cid the primary key. If I try to insert two duplicate comments I get the following error... ```ex test "inserting the same...
Personally I prefer the longer more descriptive names so for me I would like something like `ex_append_only_log`. Here is a list of my thoughts (all `_`'s can be removed/replaced) ex_append_only_log...
> The question is: can we have it "both ways"? Can we use ecto_append_only_log (or whatever the consensus for "most descriptive" name is) as the Hex.pm package name and then...
Reopening this issue as I am having the same error now due to a newer version of fields being released.
@nelsonic I don't want to simply change the names of the functions as it could potentially break projects that are currently using this module. It should be okay as they...
@Danwhy Good point about marking them as depricated 👍 I just had a thought about a possible simple way to achieve the combining of the functions as well. With the...
@Danwhy I have started a branch for these changes [here](https://github.com/dwyl/autoform/pull/28). At the moment it is very basic but I just wanted your thoughts on the approach before taking it any...
@Danwhy @nelsonic do you have any thoughts/comments/suggestions on this approach?