diff --git a/migrations/000.062.sql b/migrations/000.062.sql index 3ec7c76..183bf69 100644 --- a/migrations/000.062.sql +++ b/migrations/000.062.sql @@ -9,9 +9,9 @@ CREATE TABLE redirects UNIQUE (market_id, source_uri) ); -GRANT ALL ON TABLE markets TO root; -GRANT ALL ON TABLE markets TO photowall_user; -GRANT ALL ON TABLE markets TO public; +GRANT ALL ON TABLE redirects TO root; +GRANT ALL ON TABLE redirects TO photowall_user; +GRANT ALL ON TABLE redirects TO public; ALTER TABLE redirects ADD CONSTRAINT market_fkey