File: init.sql

package info (click to toggle)
python-django-pgschemas 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 848 kB
  • sloc: python: 3,887; makefile: 33; sh: 10; sql: 2
file content (2 lines) | stat: -rw-r--r-- 80 bytes parent folder | download | duplicates (2)
1
2
create user "root" with superuser;
create database "dpgs_sandbox" OWNER "root";