diff --git a/drama/classes/comment.py b/drama/classes/comment.py index d94c908ffe..dcf16d4201 100644 --- a/drama/classes/comment.py +++ b/drama/classes/comment.py @@ -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()))