Files
FHC-Core/system/sync/fas/SYNCtabellen.txt
T
2007-07-31 09:42:50 +00:00

5 lines
337 B
Plaintext

create table public.tbl_syncperson (person_fas bigint not null, person_portal bigint not null);
create table public.tbl_syncschluesseltyp (fas_typ bigint not null, portal_typ varchar(16) not null);
grant select, insert, update on public.tbl_syncperson to admin;
grant select, insert, update on public.tbl_syncschluesseltyp to admin;