From ade8274d6856066ef89d0fb529918a5b66b6666b Mon Sep 17 00:00:00 2001 From: Alexandr Dubovikov Date: Wed, 14 Sep 2016 13:19:57 +0200 Subject: [PATCH] Update schema_data.sql --- sql/postgres/schema_data.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sql/postgres/schema_data.sql b/sql/postgres/schema_data.sql index a710493..1f7b723 100644 --- a/sql/postgres/schema_data.sql +++ b/sql/postgres/schema_data.sql @@ -1,3 +1,5 @@ +GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO homer_user; + CREATE TABLE IF NOT EXISTS logs_capture ( id BIGSERIAL NOT NULL, date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,