mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
7e61fc4035
migrate confirmedAt strings to date types GitOrigin-RevId: 5e8bde9b52b6696ed89a34ce58f00f31a921a57a
9 lines
202 B
JavaScript
9 lines
202 B
JavaScript
const updateStringDates = require('../scripts/confirmed_at_to_dates.js')
|
|
|
|
exports.migrate = async client => {
|
|
await updateStringDates()
|
|
}
|
|
|
|
exports.rollback = async client => {
|
|
/* nothing to do */
|
|
}
|