view database/schema.sql @ 33:298c8a7f5181

begin hacking (not at all finished, won't work)
author David A. Holland
date Mon, 27 May 2013 23:16:42 -0400
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;