Mercurial > ~dholland > hg > swallowtail > index.cgi
annotate database/schema.sql @ 33:298c8a7f5181
begin hacking
(not at all finished, won't work)
author | David A. Holland |
---|---|
date | Mon, 27 May 2013 23:16:42 -0400 |
parents | 000519947282 |
children | debc55088b4f |
rev | line source |
---|---|
22 | 1 -- Load the database schema. |
28 | 2 -- Should be done as the swallowtail_admin user. |
22 | 3 |
8
68cc276ac118
SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff
changeset
|
4 begin; |
68cc276ac118
SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff
changeset
|
5 |
27 | 6 \ir schema/version.sql |
7 \ir schema/config.sql | |
8
68cc276ac118
SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff
changeset
|
8 |
27 | 9 \ir schema/users.sql |
8
68cc276ac118
SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff
changeset
|
10 |
27 | 11 \ir schema/bugs.sql |
12 \ir schema/messages.sql | |
13 \ir schema/subscription.sql | |
8
68cc276ac118
SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff
changeset
|
14 |
27 | 15 \ir schema/classify.sql |
8
68cc276ac118
SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff
changeset
|
16 |
27 | 17 \ir schema/logs.sql |
8
68cc276ac118
SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff
changeset
|
18 |
68cc276ac118
SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff
changeset
|
19 commit; |
68cc276ac118
SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff
changeset
|
20 |
68cc276ac118
SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff
changeset
|
21 |
68cc276ac118
SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff
changeset
|
22 |