schema.sql 489 B

12345678910111213141516171819202122
  1. --
  2. -- PostgreSQL database dump
  3. --
  4. -- Dumped from database version 11.5
  5. -- Dumped by pg_dump version 11.5
  6. SET statement_timeout = 0;
  7. SET lock_timeout = 0;
  8. SET idle_in_transaction_session_timeout = 0;
  9. SET client_encoding = 'UTF8';
  10. SET standard_conforming_strings = on;
  11. SELECT pg_catalog.set_config('search_path', '', false);
  12. SET check_function_bodies = false;
  13. SET xmloption = content;
  14. SET client_min_messages = warning;
  15. SET row_security = off;
  16. --
  17. -- PostgreSQL database dump complete
  18. --