chore: Improvements in User database structure

This commit is contained in:
ITQ
2024-03-22 00:58:46 +03:00
parent ab4c69208b
commit 4ebd403d2e
4 changed files with 51 additions and 49 deletions
+2 -2
View File
@@ -13,9 +13,9 @@ class UserRegistration(StatesGroup):
class UserAltering(StatesGroup):
column = State()
value = State()
profile_message_id = State()
input_message_id = State()
error_message_id = State()
successfully = State()
column = State()
value = State()