This repository was archived by the owner on Feb 15, 2026. It is now read-only.
iglootools-archive/ddddotron
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
$ sudo apt-get install python-migrate $ sudo postgres psql create role ddddotron LOGIN PASSWORD 'ddddotron'; create database ddddotron_test with owner=ddddotron encoding='UTF8' tablespace=pg_default; psql -d ddddotron_test -f /tmp/schema.sql