comparison database/schema.sql @ 8:68cc276ac118

SQL material from old tree, split up for accessibility.
author David A. Holland
date Sun, 19 Feb 2012 19:54:48 -0500
parents
children 8870309149f8
comparison
equal deleted inserted replaced
7:c013fb703183 8:68cc276ac118
1 begin;
2
3 \i schema/version.sql
4 \i schema/config.sql
5
6 \i schema/users.sql
7
8 \i schema/bugs.sql
9 \i schema/messages.sql
10 \i schema/subscription.sql
11
12 \i schema/classify.sql
13
14 \i schema/logs.sql
15
16 commit;
17
18
19