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
I am trying to use Seedquelize to create specific data -- including specific updated_at provided by the seed data. Right now it seems that updated_at is set to whenever the seed data is created.
I propose we introduce an option to "force" column values.
Thoughts on this concept @jimthedev? Might fork and tinker, but figured I'd give your thoughts before I did too much.
The text was updated successfully, but these errors were encountered:
I am trying to use Seedquelize to create specific data -- including specific
updated_at
provided by the seed data. Right now it seems thatupdated_at
is set to whenever the seed data is created.I propose we introduce an option to "force" column values.
Thoughts on this concept @jimthedev? Might fork and tinker, but figured I'd give your thoughts before I did too much.
The text was updated successfully, but these errors were encountered: