Project

General

Profile

1
alter table projects add column summary text default null ;
2

    
3
alter table projects add column currency text default null ;
4

    
5
alter table projects add column totalcost numeric default null ;
6

    
7
alter table projects add column fundedamount numeric default null ;
8

    
9
alter table project_organization add column contribution numeric default null ;
10

    
11
alter table project_organization add column currency text default null ;
(10-10/23)