view database/schema.sql @ 17:f155c6af2c6b

Store the pdf in Mercurial. (this wastes some space but makes it easier to cut releases)
author David A. Holland
date Mon, 03 Sep 2012 13:57:47 -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;