vendor/Pods/BuildHeaders/YapDatabase/YapDatabaseFullTextSearchPrivate.h in motion-yapper-0.0.1 vs vendor/Pods/BuildHeaders/YapDatabase/YapDatabaseFullTextSearchPrivate.h in motion-yapper-0.0.2
- old
+ new
@@ -6,9 +6,17 @@
#import "YapDatabaseConnection.h"
#import "YapDatabaseTransaction.h"
#import "sqlite3.h"
+/**
+ * This version number is stored in the yap2 table.
+ * If there is a major re-write to this class, then the version number will be incremented,
+ * and the class can automatically rebuild the tables as needed.
+**/
+#define YAP_DATABASE_FTS_CLASS_VERSION 1
+
+
@interface YapDatabaseFullTextSearch () {
@public
YapDatabaseFullTextSearchBlock block;
YapDatabaseFullTextSearchBlockType blockType;
\ No newline at end of file