snapshot-labs / snapshot-sequencer

https://seq.snapshot.org
MIT License
25 stars 15 forks source link

fix: fix missing value for updated column #383

Closed wa0x6e closed 5 months ago

wa0x6e commented 5 months ago

When trying to create a new statement, the query is failing with ER_NO_DEFAULT_FOR_FIELD error, due to the updated field not having a default value

This PR set a default value when inserting a new statement