Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
fix as comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Benzbeeb committed Sep 8, 2020
1 parent f9759bb commit 8b72957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flusher/flusher/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def Column(*args, **kwargs):
"proposals",
metadata,
Column("id", sa.Integer, primary_key=True),
Column("proposer_id", sa.Integer, sa.ForeignKey("accounts.id"), nullable=True),
Column("proposer_id", sa.Integer, sa.ForeignKey("accounts.id")),
Column("type", sa.String),
Column("title", sa.String),
Column("description", sa.String),
Expand Down

0 comments on commit 8b72957

Please sign in to comment.