]> andersk Git - moira.git/blobdiff - db/schema.sql
Remove trailing comma.
[moira.git] / db / schema.sql
index f120bc7675f0a1a1aec405a21236dc1882bab05f..2dfd7da7be92f594598e48ab065fa286c898508c 100644 (file)
@@ -50,7 +50,7 @@ create table users
        created         DATE            DEFAULT SYSDATE NOT NULL,
        creator         INTEGER         DEFAULT 0       NOT NULL,
        winhomedir      VARCHAR(260)    DEFAULT '[AFS]' NOT NULL,
-       winprofiledir   VARCHAR(260)    DEFAULT '[AFS]' NOT NULL,
+       winprofiledir   VARCHAR(260)    DEFAULT '[AFS]' NOT NULL
 );
 
 create table krbmap
This page took 0.029655 seconds and 4 git commands to generate.