view database/schema.sql @ 13:5bf0d6f732c1

fix thinko.
author David A. Holland
date Thu, 19 Jul 2012 15:16:45 -0400
parents 68cc276ac118
children 8870309149f8
line wrap: on
line source

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;