Merge lp:~stub/launchpad/librarian-last-accessed into lp:launchpad

Proposed by Stuart Bishop
Status: Merged
Approved by: Stuart Bishop
Approved revision: no longer in the source branch.
Merged at revision: 16409
Proposed branch: lp:~stub/launchpad/librarian-last-accessed
Merge into: lp:launchpad
To merge this branch: bzr merge lp:~stub/launchpad/librarian-last-accessed
Reviewer Review Type Date Requested Status
Stuart Bishop (community) Approve
Review via email: mp+140908@code.launchpad.net

Commit message

Remove references to LibraryFileAlias.last_accessed

Description of the change

= Summary =

Per Bug #1092332, LibraryFileAlias.last_accessed is a waste of space.

== Proposed fix ==

Stop all code from accessing it, dropping the column in a separate branch.

== Pre-implementation notes ==

== LOC Rationale ==

== Implementation details ==

== Tests ==

== Demo and Q/A ==

= Launchpad lint =

Checking for conflicts and issues in changed files.

Linting changed files:
  lib/lp/services/librarianserver/web.py
  lib/lp/services/librarian/model.py
  lib/lp/services/librarianserver/tests/test_web.py
  lib/lp/services/librarian/interfaces/__init__.py
  lib/lp/services/librarianserver/tests/test_gc.py
  database/schema/patch-2209-40-3.sql
  lib/lp/services/librarianserver/librariangc.py

./lib/lp/services/librarianserver/tests/test_web.py
      73: E225 missing whitespace around operator
     179: E225 missing whitespace around operator
     245: E225 missing whitespace around operator
     256: E225 missing whitespace around operator
     265: E225 missing whitespace around operator
     267: E225 missing whitespace around operator
     331: E225 missing whitespace around operator
     342: E225 missing whitespace around operator
     344: E225 missing whitespace around operator

To post a comment you must log in.
Revision history for this message
Stuart Bishop (stub) :
review: Approve