Commit 80d7327b authored by zYne's avatar zYne

--no commit message

--no commit message
parent 4319d095
...@@ -136,6 +136,8 @@ class Doctrine_Validator ...@@ -136,6 +136,8 @@ class Doctrine_Validator
|| $name == 'protected' || $name == 'protected'
|| $name == 'autoincrement' || $name == 'autoincrement'
|| $name == 'default' || $name == 'default'
|| $name == 'values'
|| $name == 'sequence'
) { ) {
continue; continue;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment