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

Commit

Permalink
Update schema_data.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
adubovikov authored Sep 14, 2016
1 parent 0a23a3f commit ade8274
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/postgres/schema_data.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 logs_capture (
id BIGSERIAL NOT NULL,
date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
Expand Down

0 comments on commit ade8274

Please sign in to comment.