Skip to content

Commit

Permalink
Update 2023-02-28_14-46_c0a3ea245b61_remove_show_native_filters.py
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley authored Mar 4, 2023
1 parent 79dfd59 commit 2817216
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@

class Dashboard(Base):
__tablename__ = "dashboards"

id = sa.Column(sa.Integer, primary_key=True)
json_metadata = sa.Column(sa.Text)

Expand Down

0 comments on commit 2817216

Please sign in to comment.