aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.m
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-08-10 13:10:39 +0000
committerBibiko <bibiko@eva.mpg.de>2010-08-10 13:10:39 +0000
commit9ea06fcd80d8f5f779a3e263ba7c605bb649ac15 (patch)
treedc16a2a4490910cf47eb4032efb40650fb77e87c /Source/SPConstants.m
parenta5bf83e7db5c1d75a1a865e5e1e605ee08d0a507 (diff)
downloadsequelpro-9ea06fcd80d8f5f779a3e263ba7c605bb649ac15.tar.gz
sequelpro-9ea06fcd80d8f5f779a3e263ba7c605bb649ac15.tar.bz2
sequelpro-9ea06fcd80d8f5f779a3e263ba7c605bb649ac15.zip
• remember user's last setting for "Resetting AUTO_INC" while deletion of all rows in a table
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r--Source/SPConstants.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m
index 36a9a25b..cb5ea82f 100644
--- a/Source/SPConstants.m
+++ b/Source/SPConstants.m
@@ -134,7 +134,8 @@ NSString *SPProcessListEnableAutoRefresh = @"ProcessListEnableAutoRefres
NSString *SPProcessListAutoRrefreshInterval = @"ProcessListAutoRrefreshInterval";
NSString *SPFavoritesSortedBy = @"FavoritesSortedBy";
NSString *SPFavoritesSortedInReverse = @"FavoritesSortedInReverse";
-NSString *SPAlwaysShowWindowTabBar = @"WindowAlwaysShowTabBar";
+NSString *SPAlwaysShowWindowTabBar = @"WindowAlwaysShowTabBar";
+NSString *SPResetAutoIncrementAfterDeletionOfAllRows = @"ResetAutoIncrementAfterDeletionOfAllRows";
// Hidden Prefs
NSString *SPPrintWarningRowLimit = @"PrintWarningRowLimit";