From: Justin Hunter Date: Wed, 22 Sep 2010 15:01:38 +0000 (-0700) Subject: we give out generic names to non-named constraints now X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dc65e1c6d171d1dc2016926bafc602a08a3f1614;p=dbsrgits%2FSQL-Translator-2.0-ish.git we give out generic names to non-named constraints now --- diff --git a/t/24yaml.t b/t/24yaml.t index 6bdec8a..e487120 100644 --- a/t/24yaml.t +++ b/t/24yaml.t @@ -110,7 +110,7 @@ schema: expression: '' fields: [] match_type: '' - name: '' + name: constraint on_delete: '' on_update: '' options: [] @@ -123,7 +123,7 @@ schema: - pet_id - person_id match_type: '' - name: '' + name: primary_key on_delete: '' on_update: '' options: [] @@ -135,7 +135,7 @@ schema: fields: - person_id match_type: '' - name: '' + name: foreign_key on_delete: '' on_update: '' options: []