4 changed files with 25 additions and 5 deletions
@ -1,4 +0,0 @@ |
|||||
alter table project_correlation drop column pep_project_id; |
|
||||
|
|
||||
alter table project_correlation |
|
||||
add pep_project_id int not null; |
|
@ -0,0 +1,7 @@ |
|||||
|
alter table project_correlation drop column pep_project_id; |
||||
|
|
||||
|
alter table project_correlation |
||||
|
add pep_project_id int not null; |
||||
|
|
||||
|
alter table project_correlation |
||||
|
add del bool default false; |
Loading…
Reference in new issue