dwyl / alog

🌲 alog (Append-only Log) is an easy way to start using the Lambda/Kappa architecture in your Elixir/Phoenix Apps while still using PostgreSQL (with Ecto).
GNU General Public License v2.0
15 stars 2 forks source link

Get inserted_at value from first inserted item #30

Open SimonLab opened 5 years ago

SimonLab commented 5 years ago

When retrieving item (with the functions get or all for example) the inserted_at and updated_at value will always be the same as a new item is inserted on update.

So the inserted_at doesn't represent the value of the first inserted item. Should we update this value to match the first inserted_at item?

@Danwhy @nelsonic any thought on this?