File: init.sql

package info (click to toggle)
python-django-netfields 1.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 468 kB
  • sloc: python: 2,049; sh: 7; makefile: 4; sql: 2
file content (2 lines) | stat: -rw-r--r-- 77 bytes parent folder | download | duplicates (2)
1
2
create user "root" with superuser;
create database "root" with owner "root";