yaseenkadir / etchedjournal

An encrypted journal where entries are etched in stone.
Apache License 2.0
0 stars 0 forks source link

Make modified time non-nullable #174

Closed yaseenkadir closed 5 years ago

yaseenkadir commented 5 years ago

We have defined modified time fields in the db schema as nullable. We don't have to make it nullable, we can just set it as the created time and avoid having to make it nullable.