Skip to content

Commit

Permalink
Merge pull request #200 from Sanketika-Obsrv/table-api
Browse files Browse the repository at this point in the history
Connector Instances API DDL changes
  • Loading branch information
ravismula authored Nov 18, 2024
2 parents 763217e + 1106c4a commit 18ccd5e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ ALTER TABLE datasources

UPDATE datasources SET is_primary = true, name = datasource;

ALTER TABLE connector_instances ADD COLUMN IF NOT EXISTS name TEXT;

GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO obsrv;
GRANT ALL PRIVILEGES ON ALL SEQUENCES IN SCHEMA public TO obsrv;

0 comments on commit 18ccd5e

Please sign in to comment.