mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #16433 from overleaf/jpa-migrate-audit-log-dev-env
[web] run audit log migration in SaaS/dev-env GitOrigin-RevId: 9e0c5917102cef018ae6078a826a145a2181163f
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const runScript = require('../scripts/migrate_audit_logs.js')
|
||||
|
||||
exports.tags = ['server-ce', 'server-pro']
|
||||
exports.tags = ['server-ce', 'server-pro', 'saas']
|
||||
|
||||
exports.migrate = async () => {
|
||||
const options = {
|
||||
|
||||
Reference in New Issue
Block a user