From c2e9cc8ee7f00cbe8a3bcff87ba29b348b1c3632 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 20 Nov 2009 15:35:12 -0600 Subject: [PATCH] tools.deploy.test.17: fix typo --- basis/tools/deploy/test/17/17.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 [ person recreate-table