Skip to content
Snippets Groups Projects
Commit 7fa73348 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

change the database to allow storing of sbml units for species

parent 7ca8e0aa
No related branches found
No related tags found
1 merge request!960Resolve "celldesigner parser crashes"
alter table element_table add column substance_unit_comlex_type_id integer;
alter table element_table add foreign key (substance_unit_comlex_type_id) references sbml_unit_table(id);
alter table element_table rename column substance_units to substance_unit_raw_type;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment