nadmin fixes

This commit is contained in:
ctengiz
2024-06-23 21:09:24 +03:00
parent 29ca0b9965
commit 20e4a15286

View File

@@ -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;