diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-08-10 13:10:39 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-08-10 13:10:39 +0000 |
commit | 9ea06fcd80d8f5f779a3e263ba7c605bb649ac15 (patch) | |
tree | dc16a2a4490910cf47eb4032efb40650fb77e87c /Source/SPConstants.m | |
parent | a5bf83e7db5c1d75a1a865e5e1e605ee08d0a507 (diff) | |
download | sequelpro-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.m | 3 |
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"; |