]> andersk Git - moira.git/commitdiff
Add winconsoleshell column to the users table
authorzacheiss <zacheiss>
Fri, 21 Apr 2000 19:47:07 +0000 (19:47 +0000)
committerzacheiss <zacheiss>
Fri, 21 Apr 2000 19:47:07 +0000 (19:47 +0000)
db/schema.sql

index e249f591e6a3673e657ff0a0c1e04887e3058e09..df67571f549aea8b7c25663bde176a5355de717d 100644 (file)
@@ -4,6 +4,7 @@ create table users
        users_id        INTEGER         DEFAULT 0       NOT NULL,
        unix_uid        SMALLINT        DEFAULT 0       NOT NULL,
        shell           VARCHAR(32)     DEFAULT CHR(0)  NOT NULL,
+       winconsoleshell VARCHAR(32)     DEFAULT CHR(0)  NOT NULL,
        last            VARCHAR(30)     DEFAULT CHR(0)  NOT NULL,
        first           VARCHAR(30)     DEFAULT CHR(0)  NOT NULL,
        middle          VARCHAR(30)     DEFAULT CHR(0)  NOT NULL,
This page took 0.058306 seconds and 5 git commands to generate.