nadmin fixes
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
alter table public.cm
|
||||
alter table company
|
||||
rename to cm;
|
||||
|
||||
alter table public.cm
|
||||
alter table cm
|
||||
rename column title to name;
|
||||
|
||||
alter table public.company_usr
|
||||
alter table company_usr
|
||||
rename to cm_usr;
|
||||
|
||||
alter table public.cm_usr
|
||||
alter table cm_usr
|
||||
rename column company_id to cm_id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user