aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableSource.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-02-22 17:25:16 +0000
committerBibiko <bibiko@eva.mpg.de>2010-02-22 17:25:16 +0000
commit0d39a10771ae048d49d413ac1baf1d8f485190e0 (patch)
tree5aa39da9173d24caa1f8f78c31e8c58905cbddc4 /Source/TableSource.h
parent6d018a4e2eb0505776092e6f626d70b1ad3d5295 (diff)
downloadsequelpro-0d39a10771ae048d49d413ac1baf1d8f485190e0.tar.gz
sequelpro-0d39a10771ae048d49d413ac1baf1d8f485190e0.tar.bz2
sequelpro-0d39a10771ae048d49d413ac1baf1d8f485190e0.zip
• implemented chance to reset AUTO_INCREMENT of the PRIMARY KEY field in Structure Pane via right-click at the index tableView
- implementation in the Table Info follows soon
Diffstat (limited to 'Source/TableSource.h')
-rw-r--r--Source/TableSource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TableSource.h b/Source/TableSource.h
index e09dd16b..6904b875 100644
--- a/Source/TableSource.h
+++ b/Source/TableSource.h
@@ -31,6 +31,7 @@
IBOutlet id tablesListInstance;
IBOutlet id tableDataInstance;
IBOutlet id tableDocumentInstance;
+ IBOutlet id tableInfoInstance;
IBOutlet id tableWindow;
IBOutlet id indexSheet;