diff --git a/sql/postgres/schema_statistic.sql b/sql/postgres/schema_statistic.sql index 8d01b4d..ee99610 100644 --- a/sql/postgres/schema_statistic.sql +++ b/sql/postgres/schema_statistic.sql @@ -1,3 +1,5 @@ +GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO homer_user; + CREATE TABLE IF NOT EXISTS alarm_config ( id SERIAL NOT NULL, name varchar(200) NOT NULL DEFAULT '',