Add an account number field to a library. (Note SCHEMA CHANGE)
authorDiane Trout <diane@caltech.edu>
Tue, 6 Oct 2009 23:26:17 +0000 (23:26 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 6 Oct 2009 23:26:17 +0000 (23:26 +0000)
commit02b279bc548b97d4d8386e589bf247b5635008ed
tree3be79f095c0d15360d3f8d4cb8d75f1833726d02
parentd06530c6174aa3652c85ae38ca067259dc9cfed1
Add an account number field to a library. (Note SCHEMA CHANGE)

We need some way to charge groups for our services, so it keeping
track of what account to use.

This does require a minor schema change.
alter table samples_library add column "account_number" varchar(100) NULL;
htsworkflow/frontend/samples/admin.py
htsworkflow/frontend/samples/models.py
htsworkflow/frontend/static/css/wide_account_number.css [new file with mode: 0644]