Move to new plugin framework.

- User `profiles` component for profile and community fetch.
- Add data version check
- Move `datamodels` to `botdata`.
This commit is contained in:
2025-09-02 07:14:51 +10:00
parent 094b1e3c57
commit 4707bc2aca
4 changed files with 29 additions and 41 deletions

View File

@@ -1,3 +1,5 @@
BEGIN;
INSERT INTO version_history (component, from_version, to_version, author) VALUES ('EVENT_TRACKER', 0, 1, 'Initial Creation');
-- TODO: Assert profiles data version
@@ -176,3 +178,5 @@ CREATE TABLE raid_in_events(
FOREIGN KEY (event_id, event_type) REFERENCES events (event_id, event_type)
);
-- }}}
COMMIT;