Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
dc084d5b
Commit
dc084d5b
authored
13 years ago
by
buczekp
Browse files
Options
Downloads
Patches
Plain Diff
[LMS-2421] fixed sql finish script
SVN: 22290
parent
b5c2a0f3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openbis/sourceTest/sql/postgresql/078/finish-078.sql
+1
-26
1 addition, 26 deletions
openbis/sourceTest/sql/postgresql/078/finish-078.sql
with
1 addition
and
26 deletions
openbis/sourceTest/sql/postgresql/078/finish-078.sql
+
1
−
26
View file @
dc084d5b
...
@@ -535,29 +535,4 @@ ALTER TABLE ONLY sample_type_property_types
...
@@ -535,29 +535,4 @@ ALTER TABLE ONLY sample_type_property_types
REVOKE
ALL
ON
SCHEMA
public
FROM
PUBLIC
;
REVOKE
ALL
ON
SCHEMA
public
FROM
PUBLIC
;
REVOKE
ALL
ON
SCHEMA
public
FROM
postgres
;
REVOKE
ALL
ON
SCHEMA
public
FROM
postgres
;
GRANT
ALL
ON
SCHEMA
public
TO
postgres
;
GRANT
ALL
ON
SCHEMA
public
TO
postgres
;
GRANT
ALL
ON
SCHEMA
public
TO
PUBLIC
;
GRANT
ALL
ON
SCHEMA
public
TO
PUBLIC
;
REVOKE
ALL
ON
TABLE
data
FROM
PUBLIC
;
\ No newline at end of file
REVOKE
ALL
ON
TABLE
data
FROM
buczekp
;
GRANT
ALL
ON
TABLE
data
TO
buczekp
;
GRANT
SELECT
ON
TABLE
data
TO
openbis_readonly
;
REVOKE
ALL
ON
TABLE
data_deleted
FROM
PUBLIC
;
REVOKE
ALL
ON
TABLE
data_deleted
FROM
buczekp
;
GRANT
ALL
ON
TABLE
data_deleted
TO
buczekp
;
GRANT
SELECT
ON
TABLE
data_deleted
TO
openbis_readonly
;
REVOKE
ALL
ON
TABLE
experiments
FROM
PUBLIC
;
REVOKE
ALL
ON
TABLE
experiments
FROM
buczekp
;
GRANT
ALL
ON
TABLE
experiments
TO
buczekp
;
GRANT
SELECT
ON
TABLE
experiments
TO
openbis_readonly
;
REVOKE
ALL
ON
TABLE
experiments_deleted
FROM
PUBLIC
;
REVOKE
ALL
ON
TABLE
experiments_deleted
FROM
buczekp
;
GRANT
ALL
ON
TABLE
experiments_deleted
TO
buczekp
;
GRANT
SELECT
ON
TABLE
experiments_deleted
TO
openbis_readonly
;
REVOKE
ALL
ON
TABLE
samples
FROM
PUBLIC
;
REVOKE
ALL
ON
TABLE
samples
FROM
buczekp
;
GRANT
ALL
ON
TABLE
samples
TO
buczekp
;
GRANT
SELECT
ON
TABLE
samples
TO
openbis_readonly
;
REVOKE
ALL
ON
TABLE
samples_deleted
FROM
PUBLIC
;
REVOKE
ALL
ON
TABLE
samples_deleted
FROM
buczekp
;
GRANT
ALL
ON
TABLE
samples_deleted
TO
buczekp
;
GRANT
SELECT
ON
TABLE
samples_deleted
TO
openbis_readonly
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment