From 27b06a283f82c9d53ae3f4c9af5c4f9787c6c751 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 26 Jul 2021 03:11:55 +0200 Subject: [PATCH] dfd --- drama/classes/comment.py | 1 - 1 file changed, 1 deletion(-) 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()))