Changeset 319 for elixir/trunk/elixir/relationships.py
- Timestamp:
- 04/03/08 10:12:30 (5 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/elixir/relationships.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/elixir/relationships.py
r307 r319 572 572 573 573 # store the names of those columns 574 fk_colnames.append(col name)574 fk_colnames.append(col.key) 575 575 576 576 # build the list of column "paths" the foreign key will
