Aggi Sochanska
unread,Oct 9, 2025, 10:19:40 AM (2 days ago) Oct 9Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AtoM Users
Hi AtoM users, I have been working on my new AtoM server and uploaded Archival descriptions, Authority records, Archival institutions, Subjects and Places. All of this is test data. I have seen that I can change the publication status to draft using these commands:
mysql -u [your_db_user] -p [your_db_name]
UPDATE status SET status_id = 159 WHERE type_id = 158 AND object_id <> 1;
UPDATE status SET status_id = 159 WHERE type_id = 158 AND object_id <> 1;
followed by
php symfony propel:delete-draft-descriptions
This deletes the Archival Descriptions only, does anyone know if it is possible to do this for Authority records, Archival institutions, subjects and Places, if so what type id they would be?
If this is not possible, does anyone have any hints and tips on how to clear down the data that's not purge all, I'd like to keep my users and settings!
Thanks in advance