Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 380 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 380 Bytes

neon-database

GRANT ALL ON SCHEMA public TO neon;

GRANT ALL ON TABLE movie TO neon; GRANT ALL ON TABLE movie_genre TO neon; GRANT ALL ON TABLE show TO neon; GRANT ALL ON TABLE fare TO neon; GRANT ALL ON TABLE theatre TO neon; GRANT ALL ON TABLE screen TO neon; GRANT ALL ON TABLE seat TO neon; GRANT ALL ON TABLE seat_reserved TO neon; GRANT ALL ON TABLE reservation TO neon;