move extra down to Object.pm
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Object / Index.pm
index ced7635..e6b787d 100644 (file)
@@ -38,12 +38,6 @@ class SQL::Translator::Object::Index {
         required => 1
     );
 
-    has 'extra' => (
-        is => 'rw',
-        isa => HashRef,
-        auto_deref => 1,
-    );
-
     around add_column(Column $column) { $self->$orig($column->name, $column) }
 
     method get_fields { $self->get_columns }