Skip to content

Commit

Permalink
**
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolicvs committed Aug 7, 2020
1 parent 40b6c04 commit 11e3531
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,11 @@ CREATE TABLE IF NOT EXISTS profile_specifications(

update REALM set ssl_required = 'NONE' where id = 'master';


/*
DROP SCHEMA public CASCADE;
CREATE SCHEMA public;
*/
/*
CREATE OR REPLACE FUNCTION func_role_updater() RETURNS TRIGGER AS $BODY$
BEGIN
Expand Down

0 comments on commit 11e3531

Please sign in to comment.