Web-tree / auth

Authorization and registration for all WebTree projects
0 stars 0 forks source link

Write simple script for migrate date columns #146

Open Max-Levitskiy opened 3 years ago

Max-Levitskiy commented 3 years ago

After SQL to dynamodb migration, we have createdAt and updatedAt columns in a format like 2019-07-05T09:25:34Z instead of timestamp. We wanna have a simple script which transforms this format to timestamp. It will be a one-time run script.