Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Commit

Permalink
Update schema_statistic.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
adubovikov authored Sep 14, 2016
1 parent ade8274 commit f55c8fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/postgres/schema_statistic.sql
Original file line number Diff line number Diff line change
@@ -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 '',
Expand Down

0 comments on commit f55c8fc

Please sign in to comment.