add event_date column to event_knowledge and event_predictions tables; update related logic in admin panel and augorWorker
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user