proofdb/scripts/backfill_archive_content.php
2026-05-11 15:23:34 +08:00

6 lines
173 B
PHP

#!/usr/bin/env php
<?php
fwrite(STDERR, "Deprecated: archives.content and archives.raw have been removed from PostgreSQL. This script is no longer supported.\n");
exit(1);