view database/schema.sql @ 36:baf976e34f16

regen pdf now that my tex is working again
author David A. Holland
date Sun, 15 Jun 2014 17:13:39 -0400 (2014-06-15)
parents 000519947282
children debc55088b4f
line wrap: on
line source
-- Load the database schema.
-- Should be done as the swallowtail_admin user.

begin;

\ir schema/version.sql
\ir schema/config.sql

\ir schema/users.sql

\ir schema/bugs.sql
\ir schema/messages.sql
\ir schema/subscription.sql

\ir schema/classify.sql

\ir schema/logs.sql

commit;