tools.deploy.test.17: fix typo

db4
Slava Pestov 2009-11-20 15:35:12 -06:00
parent bce084ac12
commit c2e9cc8ee7
1 changed files with 1 additions and 1 deletions

View File

@ -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