Skip to content

Commit

Permalink
Update tag models after latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthercox committed Aug 8, 2017
1 parent 982130a commit 0668809
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Migration(migrations.Migration):

dependencies = [
('django_chatterbot', '0006_create_conversation'),
('django_chatterbot', '0008_update_conversations'),
]

operations = [
Expand Down
3 changes: 0 additions & 3 deletions chatterbot/storage/sql_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ class Tag(Base):
A tag that describes a statement.
"""

__tablename__ = 'tag'

id = Column(Integer, primary_key=True)
name = Column(String)

class StatementTable(Base):
Expand Down

0 comments on commit 0668809

Please sign in to comment.