Skip to content

Commit 943a7e7

Browse files
committed
Remove obsolete column
1 parent 8d73b5d commit 943a7e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sogs/db.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ def add_new_columns(conn):
180180
'whisper_mods': 'BOOLEAN NOT NULL DEFAULT FALSE',
181181
'filtered': 'BOOLEAN NOT NULL DEFAULT FALSE',
182182
},
183-
'user_permission_futures': {'banned': 'BOOLEAN'},
184183
}
185184

186185
added = False

0 commit comments

Comments
 (0)