This website works better with JavaScript.
Home
Explore
Register
Sign In
miteruzo
/
nizika_ai
Watch
1
Star
0
Fork
0
Code
Issues
3
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
#3
タイムスタンプを削除
main
みてるぞ
3 weeks ago
parent
ed1085535e
commit
ed7ca3b698
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
models.py
+ 4
- 0
models.py
View File
@@ -81,6 +81,8 @@ class QueryAnswerHistory (Model):
query_id: int
answer_id: int
__timestamps__ = False
@property
def query (
self,
@@ -100,3 +102,5 @@ class User (Model):
code: str
name: str
icon: bytes
__timestamps__ = False
Write
Preview
Loading…
Cancel
Save