remotes/1693045480750635534/spooky-22
Aevann1 2021-07-26 03:11:55 +02:00
parent 29b0cc95af
commit 27b06a283f
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ class Comment(Base, Age_times, Scores, Stndrd, Fuzzing):
# There is no difference to SQLAlchemy, but they cannot be written to
ups = deferred(Column(Integer, server_default=FetchedValue()))
downs = deferred(Column(Integer, server_default=FetchedValue()))
is_public = deferred(Column(Boolean, server_default=FetchedValue()))
score = deferred(Column(Integer, server_default=FetchedValue()))