X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-fddl.lisp;h=8c54c3fb4319824227dcdcc73b75b20f48a13bc3;hp=61329ff7149289a2c685ef21ff4a4fc07cb41989;hb=d27220b2eb7a769fe8ec1f8b674c9422dde014c9;hpb=d0695ffb828519fade3aa5166236812e6144975b diff --git a/tests/test-fddl.lisp b/tests/test-fddl.lisp index 61329ff..8c54c3f 100644 --- a/tests/test-fddl.lisp +++ b/tests/test-fddl.lisp @@ -244,7 +244,7 @@ (let ((names '("foo" foo [foo])) (result '())) (dolist (name names) - (clsql:create-index name :on [employee] :attributes '([emplid])) + (clsql:create-index name :on [employee] :attributes '([last-name])) (push (clsql:index-exists-p name :owner *test-database-user*) result) (clsql:drop-index name :on [employee] :if-does-not-exist :ignore)) (apply #'values result))