]> andersk Git - moira.git/blobdiff - db/schema.sql
Change default of winconsoleshell to something real so old clients don't
[moira.git] / 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.036901 seconds and 4 git commands to generate.