diff --git a/migrations/000.059.sql b/migrations/000.059.sql index 91ee4df..504a99a 100644 --- a/migrations/000.059.sql +++ b/migrations/000.059.sql @@ -7,6 +7,10 @@ CREATE TABLE markets locale_id integer ); +GRANT ALL ON TABLE markets TO root; +GRANT ALL ON TABLE markets TO photowall_user; +GRANT ALL ON TABLE markets TO public; + ALTER TABLE markets ADD CONSTRAINT locale_fkey FOREIGN KEY (locale_id)