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

removing unused column fro mdb

parent 24d6947d
No related branches found
No related tags found
1 merge request!3Refactoring
--merging project and model logs
alter table project_table add column warnings text;
update project_table set warnings = (select creationwarnings from model_table where project_iddb = project_table.iddb);
alter table model_table drop column creationwarnings;
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