Mercurial > ~dholland > hg > swallowtail > index.cgi
view database/schema/version.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 | 68cc276ac118 |
children | 40f64a96481f |
line wrap: on
line source
-- -- Schema info. -- -- The schema version is stored in every PR when the PR is -- entered; this helps reconstruct history. -- -- The schema version is also used for future-proofing. -- Should have only one row. CREATE TABLE schemainfo ( version int not null ) WITHOUT OIDS;