update settings for new location of WSGI_APPLICATION, and add a reminder about where...
[htsworkflow.git] / docs / v0.5.4_to_v0.5.5.sql
1 drop table experiments_sequencer;
2 drop table experiments_datafile;
3 drop table experiments_datarun;
4 alter table experiments_clusterstation add column isdefault bool not null default false;
5 select "dont forget to syncdb";