tools.deploy.test.17: fix typo
parent
bce084ac12
commit
c2e9cc8ee7
|
@ -11,7 +11,7 @@ person "PEOPLE" {
|
||||||
{ "occupation" "OCCUPATION" { VARCHAR 256 } +not-null+ }
|
{ "occupation" "OCCUPATION" { VARCHAR 256 } +not-null+ }
|
||||||
} define-persistent
|
} define-persistent
|
||||||
|
|
||||||
: db-deploy-test ( -- ) ;
|
: db-deploy-test ( -- )
|
||||||
"test.db" temp-file <sqlite-db> [
|
"test.db" temp-file <sqlite-db> [
|
||||||
person recreate-table
|
person recreate-table
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue