feat: Improve database handling of model indices #6

Merged
timur merged 8 commits from development_fix_loading_records into main 2025-06-25 16:45:07 +00:00
Showing only changes of commit b9abfa50a9 - Show all commits

View File

@ -1,7 +1,7 @@
use rhai::{Engine, EvalAltResult, ImmutableString, NativeCallContext};
use std::sync::Arc;
use super::calendar::{AttendanceStatus, Attendee, Calendar, Event};
use super::calendar::{Attendee, Calendar, Event};
use crate::db::hero::OurDB;
use adapter_macros::rhai_timestamp_helpers;
use adapter_macros::{adapt_rhai_i64_input_fn, adapt_rhai_i64_input_method};