add event_date column to event_knowledge and event_predictions tables; update related logic in admin panel and augorWorker

This commit is contained in:
ImBenji
2026-04-23 16:21:30 +01:00
parent c31f8b0b16
commit 8aa10d9bc2
4 changed files with 365 additions and 89 deletions
+4
View File
@@ -1,3 +1,7 @@
# Production Database
Never run direct database operations (inserts, updates, deletes, schema changes) against the local SQLite files (e.g. intelligence.sqlite, archive.sqlite). These are local copies and do not affect the production database. All data changes must go through code that runs in production — seed functions, migration scripts, workers, etc.
# Database Policy
When making any changes to the database schema or data, a strictly no data loss policy must be followed. This means: