Mercurial > pub > Impl
diff Lib/IMPL/SQL/Schema/Constraint/ForeignKey.pm @ 278:4ddb27ff4a0b
core refactoring
author | cin |
---|---|
date | Mon, 04 Feb 2013 02:10:37 +0400 |
parents | 56364d0c4b4f |
children | 68d905f8dc43 |
line wrap: on
line diff
--- a/Lib/IMPL/SQL/Schema/Constraint/ForeignKey.pm Fri Feb 01 16:37:59 2013 +0400 +++ b/Lib/IMPL/SQL/Schema/Constraint/ForeignKey.pm Mon Feb 04 02:10:37 2013 +0400 @@ -6,7 +6,6 @@ use parent qw(IMPL::SQL::Schema::Constraint); -use IMPL::Class::Property::Direct; BEGIN { public _direct property referencedPrimaryKey => PROP_GET;