]> andersk Git - moira.git/commitdiff
Change default of winconsoleshell to something real so old clients don't
authorzacheiss <zacheiss>
Mon, 1 Oct 2001 21:42:49 +0000 (21:42 +0000)
committerzacheiss <zacheiss>
Mon, 1 Oct 2001 21:42:49 +0000 (21:42 +0000)
mess us up.

db/schema.sql

index 25b91ea39e95ed4dc7a54653292a2f8065e0088d..5866b34d1a212866344f4c4cae1b4ceefc521582 100644 (file)
@@ -4,7 +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,
+       winconsoleshell VARCHAR(32)     DEFAULT 'cmd'   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.037166 seconds and 5 git commands to generate.