Skip to content

Commit

Permalink
[#1635] Remove last_activity_streams_notification_email column from u…
Browse files Browse the repository at this point in the history
…ser model.

This got committed accidentally in commit
a678e0e, should not have been committed, I
went with email_last_sent column on the Dashboard model instead.
  • Loading branch information
Sean Hammond committed Nov 28, 2012
1 parent c160004 commit 39cdfde
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ckan/model/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
Column('created', types.DateTime, default=datetime.datetime.now),
Column('reset_key', types.UnicodeText),
Column('about', types.UnicodeText),
Column('last_activity_streams_notification_email', types.DateTime),
)


Expand Down
1 change: 0 additions & 1 deletion ckan/tests/lib/test_dictization.py
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,6 @@ def test_16_group_dictized(self):
'name': u'annafan',
'number_administered_packages': 1L,
'number_of_edits': 0L,
'last_activity_streams_notification_email': None,
}],
'name': u'help',
'display_name': u'help',
Expand Down

0 comments on commit 39cdfde

Please sign in to comment.