aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableFieldValidation.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-07-16 09:06:58 +0000
committerstuconnolly <stuart02@gmail.com>2012-07-16 09:06:58 +0000
commit1d287a60914e27503c9b6c7218600ca83cc8040b (patch)
tree4017776a56f5c1066c204b00929db88b1437a12b /Source/SPTableFieldValidation.h
parent4cd26629de78580fad186f0beeaa3c2ebcd1a374 (diff)
downloadsequelpro-1d287a60914e27503c9b6c7218600ca83cc8040b.tar.gz
sequelpro-1d287a60914e27503c9b6c7218600ca83cc8040b.tar.bz2
sequelpro-1d287a60914e27503c9b6c7218600ca83cc8040b.zip
Fix the display of the encoding and collation of fields that don't support them (introduced in r3708). This also fixes the issue of re-ordering non-string fields failing due to the encoding and collaction being included.
Diffstat (limited to 'Source/SPTableFieldValidation.h')
-rw-r--r--Source/SPTableFieldValidation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTableFieldValidation.h b/Source/SPTableFieldValidation.h
index b9d973dd..bf9c587a 100644
--- a/Source/SPTableFieldValidation.h
+++ b/Source/SPTableFieldValidation.h
@@ -29,7 +29,7 @@
}
/**
- * @property fieldTypes Field types array
+ * @property fieldTypes Field types array.
*/
@property (readwrite, retain) NSArray *fieldTypes;