mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2026-02-03 11:40:39 +03:00
remove models update from migrations (#80)
* add bot models update script * add last question at field * update README.md
This commit is contained in:
@@ -34,6 +34,7 @@ class AccessTokenFactory(BaseModelFactory):
|
||||
class UserQuestionCountFactory(BaseModelFactory):
|
||||
user_id = factory.Sequence(lambda n: n + 1)
|
||||
question_count = factory.Faker("random_int")
|
||||
last_question_at = factory.Faker("past_datetime")
|
||||
|
||||
class Meta:
|
||||
model = UserQuestionCount
|
||||
|
||||
Reference in New Issue
Block a user