Searched refs:auth_group (Results 1 – 1 of 1) sorted by relevance
38 CREATE TABLE auth_group ( table44 ALTER TABLE auth_group OWNER TO postgres;64 ALTER SEQUENCE auth_group_id_seq OWNED BY auth_group.id;519 ALTER TABLE ONLY auth_group ALTER COLUMN id SET DEFAULT nextval('auth_group_id_seq'::regclass);610 INSERT INTO auth_group (id, name) VALUES (2, 'Kunden');611 INSERT INTO auth_group (id, name) VALUES (3, 'Projektleiter');612 INSERT INTO auth_group (id, name) VALUES (1, 'Mitarbeiter');613 INSERT INTO auth_group (id, name) VALUES (4, 'Billing');888 ALTER TABLE ONLY auth_group912 ALTER TABLE ONLY auth_group[all …]