Remove SCUM sqlite user projections

This commit is contained in:
npc0-hue
2026-09-14 13:41:44 +08:00
parent b1f102bafb
commit ecdca8e28b
76 changed files with 2264 additions and 1558 deletions
+5
View File
@@ -19,6 +19,11 @@ func TestTableNames(t *testing.T) {
LogStream{}.TableName(): "log_streams",
PluginLifecycleInstallation{}.TableName(): "plugin_lifecycle_installations",
AIConfigDiff{}.TableName(): "ai_config_diffs",
SCUMUser{}.TableName(): "scum_user",
SCUMUserTrajectory{}.TableName(): "scum_user_trajectory",
SCUMVehicle{}.TableName(): "scum_vehicle",
SCUMVehicleTrajectory{}.TableName(): "scum_vehicle_trajectory",
SCUMVehicleLock{}.TableName(): "scum_vehicle_lock",
}
for got, want := range tests {