diff --git a/persist/src/db/12.0.4/fix_db_20180830.sql b/persist/src/main/resources/db/migration/12.0.4/V12.0.4.20180830__empty_file_to_force_directory_to_be_commited_to_git_repo.sql similarity index 100% rename from persist/src/db/12.0.4/fix_db_20180830.sql rename to persist/src/main/resources/db/migration/12.0.4/V12.0.4.20180830__empty_file_to_force_directory_to_be_commited_to_git_repo.sql diff --git a/persist/src/main/resources/db/migration/V1__base.sql b/persist/src/main/resources/db/migration/V1__base.sql index 9644b601c55fab01241a3912e485d5eee7e0331a..1cf3550d134243f625ab64576a3b44d323f5a165 100644 --- a/persist/src/main/resources/db/migration/V1__base.sql +++ b/persist/src/main/resources/db/migration/V1__base.sql @@ -3060,10 +3060,10 @@ ALTER TABLE ONLY feedback -- Name: public; Type: ACL; Schema: -; Owner: postgres -- -REVOKE ALL ON SCHEMA public FROM PUBLIC; -REVOKE ALL ON SCHEMA public FROM postgres; -GRANT ALL ON SCHEMA public TO postgres; -GRANT ALL ON SCHEMA public TO PUBLIC; +--REVOKE ALL ON SCHEMA public FROM PUBLIC; +--REVOKE ALL ON SCHEMA public FROM postgres; +--GRANT ALL ON SCHEMA public TO postgres; +--GRANT ALL ON SCHEMA public TO PUBLIC; -- Completed on 2017-09-21 13:13:48