Mercurial > ~dholland > hg > swallowtail > index.cgi
annotate database/init/database.sql @ 11:d42c0db81e28
Update the classification stuff.
There are still some rough edges but it should be mostly workable now.
author | David A. Holland |
---|---|
date | Thu, 15 Mar 2012 04:21:20 -0400 |
parents | 68cc276ac118 |
children |
rev | line source |
---|---|
8
68cc276ac118
SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff
changeset
|
1 -- Database initialization. |
68cc276ac118
SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff
changeset
|
2 -- Needs to be done as database superuser. |
68cc276ac118
SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff
changeset
|
3 |
68cc276ac118
SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff
changeset
|
4 create database swallowtail; |