diff options
| author | 2020-08-25 22:24:00 +0100 | |
|---|---|---|
| committer | 2020-08-25 22:24:00 +0100 | |
| commit | 903a84e6de24f344431efad9a4f91a7be24fbde2 (patch) | |
| tree | fc8da75d6b7f5cfd1f002401b8d58918fd0df27d | |
| parent | Update README with documentation (diff) | |
Remove opt_out from upsert
| -rw-r--r-- | metricity/models.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/metricity/models.py b/metricity/models.py index a2be73d..3ce965e 100644 --- a/metricity/models.py +++ b/metricity/models.py @@ -57,7 +57,6 @@ class User(db.Model): "avatar_hash", "joined_at", "is_staff", - "opt_out", "bot", "in_guild" ] |