view database/schema.sql @ 25:813a27f32072

create installation directories
author David A. Holland
date Sun, 26 May 2013 21:58:46 -0400
parents 8870309149f8
children 021ec7010271
line wrap: on
line source

-- Load the database schema.
-- Should be done as the swallowtail-admin user.

begin;

\i schema/version.sql
\i schema/config.sql

\i schema/users.sql

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

\i schema/classify.sql

\i schema/logs.sql

commit;