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

Commit

Permalink
update search table version
Browse files Browse the repository at this point in the history
  • Loading branch information
jspeis committed May 2, 2016
1 parent 9ba9641 commit 4cbc09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datausa/attrs/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ class Conflict(BaseAttr):


class Search(BaseAttr):
__tablename__ = 'search_v3'
__tablename__ = 'search_v4'
id = db.Column(db.String, primary_key=True)
zvalue = db.Column(db.Float)
kind = db.Column(db.String, primary_key=True)
Expand Down

0 comments on commit 4cbc09b

Please sign in to comment.