P5-2963 set correct permissions on the samples table
This commit is contained in:
@@ -10,6 +10,10 @@ CREATE TABLE samples
|
|||||||
address_id INTEGER
|
address_id INTEGER
|
||||||
);
|
);
|
||||||
|
|
||||||
|
GRANT ALL ON TABLE samples TO root;
|
||||||
|
GRANT ALL ON TABLE samples TO photowall_user;
|
||||||
|
GRANT ALL ON TABLE samples TO public;
|
||||||
|
|
||||||
ALTER TABLE samples
|
ALTER TABLE samples
|
||||||
ADD CONSTRAINT material_fkey
|
ADD CONSTRAINT material_fkey
|
||||||
FOREIGN KEY (material_id)
|
FOREIGN KEY (material_id)
|
||||||
|
|||||||
Reference in New Issue
Block a user