diff options
author | bamse16 <marius@marius.me.uk> | 2010-01-31 18:56:25 +0000 |
---|---|---|
committer | bamse16 <marius@marius.me.uk> | 2010-01-31 18:56:25 +0000 |
commit | 223dd9139ae61d9319ea5f719a1a08feb63bfeb4 (patch) | |
tree | 378bf3a8440de007df8b8c76d0847abe845fa848 /Source/SPConstants.h | |
parent | 890247960876e8dd987dd44ec98da4300b6a0fd3 (diff) | |
download | sequelpro-223dd9139ae61d9319ea5f719a1a08feb63bfeb4.tar.gz sequelpro-223dd9139ae61d9319ea5f719a1a08feb63bfeb4.tar.bz2 sequelpro-223dd9139ae61d9319ea5f719a1a08feb63bfeb4.zip |
Added preliminary support for triggers. You can access the tab via the
menu item View > Table Triggers (apple-6).
Heavily copied from Relations tab, lots of functionality missing. Just
lists the triggers for the table now.
M Source/SPTableData.m
M Source/SPConstants.h
M Source/SPConstants.m
A Source/SPTableTriggers.h
A Source/SPTableTriggers.m
M Source/TableDocument.h
M Source/TableDocument.m
M Source/SPTableData.h
M Interfaces/English.lproj/MainMenu.xib
M Interfaces/English.lproj/DBView.xib
M sequel-pro.xcodeproj/project.pbxproj
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index 0c237e17..86753569 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -189,6 +189,7 @@ extern NSString *SPMainToolbarTableContent; extern NSString *SPMainToolbarCustomQuery; extern NSString *SPMainToolbarTableInfo; extern NSString *SPMainToolbarTableRelations; +extern NSString *SPMainToolbarTableTriggers; extern NSString *SPMainToolbarUserManager; // Preferences toolbar |