mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #4350 from overleaf/ns-migration-tags
add saas tag to migration GitOrigin-RevId: 46422b8cb50412e5d521dd6e960ee4c29945fb89
This commit is contained in:
parent
cc2861a2a3
commit
33bd9b6d43
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
const updateStringDates = require('../scripts/confirmed_at_to_dates.js')
|
||||
|
||||
exports.tags = ['saas']
|
||||
|
||||
exports.migrate = async client => {
|
||||
await updateStringDates()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue