wipe users plans scheduled nodes

This commit is contained in:
Yisroel Baum 2026-04-24 10:25:38 +03:00
parent 2b482cdc74
commit 73f3cab813
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -3,6 +3,9 @@
$files = [ $files = [
'texts.json', 'texts.json',
'nodes.json', 'nodes.json',
'users.json',
'plans.json',
'scheduledNodes.json',
]; ];
foreach ($files as $file) { foreach ($files as $file) {