diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-02-22 17:25:16 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-02-22 17:25:16 +0000 |
commit | 0d39a10771ae048d49d413ac1baf1d8f485190e0 (patch) | |
tree | 5aa39da9173d24caa1f8f78c31e8c58905cbddc4 /Source/TableSource.h | |
parent | 6d018a4e2eb0505776092e6f626d70b1ad3d5295 (diff) | |
download | sequelpro-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.h | 1 |
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; |