view database/schema.sql @ 10:1720f45dd495

Replace insane handling of states with something more likely workable.
author David A. Holland
date Sun, 19 Feb 2012 20:21:51 -0500
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;