discourse-ai/db
Sam 1500308437
FEATURE: defer creation of bot users (#258)
Also fixes it so users without bot in header can send it messages.

Previous to this change we would seed all bots with database seeds.

This lead to lots of confusion for people who do not enable ai bot.

Instead:

1. We do not seed any bots **until** user enables the ai_bot_enabled setting
2. If it is disabled we will
  a. If no messages were created by bot - delete it
  b. Otherwise we will deactivate account
2023-10-23 17:00:58 +11:00
..
fixtures FEATURE: defer creation of bot users (#258) 2023-10-23 17:00:58 +11:00
migrate DEV: Migrations shouldn't rely on the app (#253) 2023-10-16 18:50:37 -03:00
post_migrate FEATURE: Prompts can consist of multiple messages. (#21) 2023-03-21 12:04:59 -03:00