fix load errors

db4
Doug Coleman 2008-04-29 00:43:58 -05:00
parent 9c1f6f73ac
commit 2453621588
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ IN: http.server.auth.providers.db
user "USERS"
{
{ "username" "USERNAME" { VARCHAR 256 } +assigned-id+ }
{ "username" "USERNAME" { VARCHAR 256 } +user-assigned-id+ }
{ "realname" "REALNAME" { VARCHAR 256 } }
{ "password" "PASSWORD" { VARCHAR 256 } +not-null+ }
{ "email" "EMAIL" { VARCHAR 256 } }

View File

@ -53,7 +53,7 @@ TUPLE: arc id relation subject object ;
arc "arc"
{
{ "id" "id" INTEGER +assigned-id+ } ! foreign key to node table?
{ "id" "id" INTEGER +user-assigned-id+ } ! foreign key to node table?
{ "relation" "relation" INTEGER +not-null+ }
{ "subject" "subject" INTEGER +not-null+ }
{ "object" "object" INTEGER +not-null+ }