This repository has been archived on 2021-12-05. You can view files and clone it, but cannot push or open issues or pull requests.
envoy/server/drop_all_tables.sql

6 lines
165 B
MySQL
Raw Permalink Normal View History

2020-06-09 17:06:18 +02:00
DROP SCHEMA public CASCADE;
CREATE SCHEMA public;
GRANT ALL ON SCHEMA public TO postgres;
2020-06-11 10:43:43 +02:00
GRANT ALL ON SCHEMA public TO envoy;
GRANT ALL ON SCHEMA public TO public;