Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Blake-/5b5471a4eeb7aac50fa06a994940426c to your computer and use it in GitHub Desktop.
Save Blake-/5b5471a4eeb7aac50fa06a994940426c to your computer and use it in GitHub Desktop.
Update all ArchivesSpace records to published
UPDATE accession set publish = 1;
UPDATE agent_corporate_entity set publish = 1;
UPDATE agent_family set publish = 1;
UPDATE agent_person set publish = 1;
UPDATE agent_software set publish = 1;
update archival_object set publish = 1;
update classification set publish = 1;
update classification_term set publish = 1;
update digital_object set publish = 1;
update digital_object_component set publish = 1;
update note set publish = 1;
update repository set publish = 1;
update resource set publish = 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment