Add toshio's fas2.sql fix, minus old email table grants.
This commit is contained in:
parent
03727989c7
commit
ccc7fab75c
1 changed files with 3 additions and 1 deletions
|
@ -579,7 +579,9 @@ create trigger email_bugzilla_sync before update
|
|||
-- for each row execute procedure bugzilla_sync_email();
|
||||
|
||||
-- For Fas to connect to the database
|
||||
GRANT ALL ON TABLE people, groups, person_roles, person_emails, email_purposes, group_roles, group_emails, group_email_purposes, bugzilla_queue, configs, person_seq, visit, visit_identity, log, log_id_seq, person_emails_id_seq, group_emails_id_seq TO GROUP fedora;
|
||||
GRANT ALL ON TABLE people, groups, person_roles, group_roles, bugzilla_queue, configs, person_seq, visit, visit_identity, log, log_id_seq, TO GROUP fedora;
|
||||
|
||||
|
||||
|
||||
-- Create default admin user - Default Password "admin"
|
||||
INSERT INTO people (id, username, human_name, password) VALUES (100001, 'admin', 'Admin User', '$1$djFfnacd$b6NFqFlac743Lb4sKWXj4/');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue