diff --git a/basis/tools/deploy/test/17/17.factor b/basis/tools/deploy/test/17/17.factor index 31984940dd..a7cb0d25f2 100644 --- a/basis/tools/deploy/test/17/17.factor +++ b/basis/tools/deploy/test/17/17.factor @@ -11,7 +11,7 @@ person "PEOPLE" { { "occupation" "OCCUPATION" { VARCHAR 256 } +not-null+ } } define-persistent -: db-deploy-test ( -- ) ; +: db-deploy-test ( -- ) "test.db" temp-file <sqlite-db> [ person recreate-table