view database/schema.sql @ 27:021ec7010271

make the inclusions work
author David A. Holland
date Sun, 26 May 2013 22:11:04 -0400
parents 8870309149f8
children 000519947282
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;