diff options
author | stuconnolly <stuart02@gmail.com> | 2010-03-25 19:22:21 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-03-25 19:22:21 +0000 |
commit | 9163b4ff5779f2abc03855542448f5a01d5f23e4 (patch) | |
tree | f76a4ade049110ef239a7ade162f5acc894dacd0 /Source/SPConstants.h | |
parent | 9a4fe782c03bc0c42030b9344fd4f54e494d88b4 (diff) | |
download | sequelpro-9163b4ff5779f2abc03855542448f5a01d5f23e4.tar.gz sequelpro-9163b4ff5779f2abc03855542448f5a01d5f23e4.tar.bz2 sequelpro-9163b4ff5779f2abc03855542448f5a01d5f23e4.zip |
Add support for the triggers view in the history controller.
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index f5828b96..64703381 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -31,7 +31,8 @@ typedef enum { SPContentViewMode = 2, SPRelationsViewMode = 3, SPTableInfoViewMode = 4, - SPQueryEditorViewMode = 5 + SPQueryEditorViewMode = 5, + SPTriggersViewMode = 6 } SPViewMode; // Query modes @@ -80,7 +81,8 @@ typedef enum SPHistoryViewContent = 1, SPHistoryViewCustomQuery = 2, SPHistoryViewStatus = 3, - SPHistoryViewRelations = 4 + SPHistoryViewRelations = 4, + SPHistoryViewTriggers = 5 } SPHistoryViewType; // SSH tunnel password modes |