]> andersk Git - moira.git/commitdiff
add a field "reservations" to the users table, which can contain a
authordanw <danw>
Tue, 16 Nov 1999 04:23:49 +0000 (04:23 +0000)
committerdanw <danw>
Tue, 16 Nov 1999 04:23:49 +0000 (04:23 +0000)
series of one-letter codes indicating why an account can't be purged

db/schema.sql

index d733a6331de29fff14f7f1dfba3ea9376896ec9e..c799ceeef8f620ad08bb0fedf523be2b2fb45547 100644 (file)
@@ -42,6 +42,7 @@ create table users
        sigwho          INTEGER         DEFAULT 0       NOT NULL,
        signature       VARCHAR(68)     DEFAULT CHR(0)  NOT NULL,
        secure          INTEGER         DEFAULT 0       NOT NULL,       
+       reservations    VARCHAR(10)     DEFAULT CHR(0)  NOT NULL,
        flag            INTEGER         DEFAULT 0       NOT NULL
 );
 
This page took 0.301081 seconds and 5 git commands to generate.