diff options
author | stuconnolly <stuart02@gmail.com> | 2009-05-17 17:50:56 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-05-17 17:50:56 +0000 |
commit | dec07134b76f9b014a9ee96ee8c7d1cb88a3dad0 (patch) | |
tree | 0fe66cd4cc90abbe6497e89ef598054e86e1b4e0 /Source/TableRelations.h | |
parent | 2b2d30320d043d03e75b4d5013f127716386c261 (diff) | |
download | sequelpro-dec07134b76f9b014a9ee96ee8c7d1cb88a3dad0.tar.gz sequelpro-dec07134b76f9b014a9ee96ee8c7d1cb88a3dad0.tar.bz2 sequelpro-dec07134b76f9b014a9ee96ee8c7d1cb88a3dad0.zip |
Only editing of relations for InnoDB tables.
Diffstat (limited to 'Source/TableRelations.h')
-rw-r--r-- | Source/TableRelations.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableRelations.h b/Source/TableRelations.h index 60f00074..c593dc6d 100644 --- a/Source/TableRelations.h +++ b/Source/TableRelations.h @@ -36,6 +36,7 @@ IBOutlet id tableDataInstance; IBOutlet id addButton; IBOutlet id removeButton; + IBOutlet id refreshButton; IBOutlet id labelText; IBOutlet id relationsView; IBOutlet id relationSheet; @@ -46,7 +47,6 @@ IBOutlet id refColumnSelect; IBOutlet id onUpdateSelect; IBOutlet id onDeleteSelect; - CMMCPConnection *mySQLConnection; |