set table/schema when added to table/schema, rather then on object construction
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Object / Index.pm
index 41ff945..2841caf 100644 (file)
@@ -7,7 +7,6 @@ class SQL::Translator::Object::Index extends SQL::Translator::Object {
     has 'table' => (
         is => 'rw',
         isa => Table,
-        required => 1,
         weak_ref => 1,
     );