]> andersk Git - moira.git/blobdiff - db/schema.sql
add a field "reservations" to the users table, which can contain a
[moira.git] / 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.0253 seconds and 4 git commands to generate.