Updates to the documentation about the id_random legacy.

This commit is contained in:
Scott Idem
2026-03-25 17:43:15 -04:00
parent 0ad36a74b2
commit 0091fe3ff6
2 changed files with 30 additions and 10 deletions

View File

@@ -14,14 +14,14 @@ import type { key_val } from '$lib/stores/ae_stores';
*/
export interface Archive {
id: string;
// id_random: string;
// id_random: string; // NO LONGER USE "_random"
archive_id: string;
// archive_id_random: string;
// archive_id_random: string; // NO LONGER USE "_random"
code?: null | string;
account_id: string;
// account_id_random: string;
// account_id_random: string; // NO LONGER USE "_random"
// archive_type: string;
@@ -80,12 +80,12 @@ export interface Archive {
*/
export interface Archive_Content {
id: string;
// id_random: string;
// id_random: string; // NO LONGER USE "_random"
archive_content_id: string;
// archive_content_id_random: string;
// archive_content_id_random: string; // NO LONGER USE "_random"
archive_id: string;
// archive_id_random: string;
// archive_id_random: string; // NO LONGER USE "_random"
archive_content_type: string;
@@ -169,10 +169,6 @@ export class MySubClassedDexie extends Dexie {
enable, hide, priority, sort, group, notes, created_on, updated_on, [group+priority+sort+updated_on]`
});
// file_path,
// filename, file_extension,
// original_datetime, original_timezone, original_location, original_url, original_url_text,
// enable_for_public,
}
}