123456789101112 |
- --
- -- PostgreSQL database dump
- --
-
- SET statement_timeout = 0;
- SET client_encoding = 'UTF8';
- SET standard_conforming_strings = on;
- SET check_function_bodies = false;
- SET client_min_messages = warning;
-
- INSERT INTO pod_group(group_id, group_name, display_name, created) VALUES ('1', 'user', 'Users', NOW());
|