view database/schema.sql @ 43:debc55088b4f

add administrative queue
author David A. Holland
date Sun, 15 Jun 2014 18:16:19 -0400
parents 000519947282
children 40f64a96481f
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

\ir schema/admin.sql

commit;