Clean up before I wrap up for the day.

This commit is contained in:
Scott Idem
2024-09-25 18:54:45 -04:00
parent 32ca117b11
commit 702da83ce5
4 changed files with 9 additions and 5 deletions

View File

@@ -110,6 +110,8 @@ export interface Archive_Content {
updated_on?: null|Date;
// Additional fields for convenience (database views)
archive_code?: null|string;
archive_name?: null|string;
}