We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7374c4a commit efe4c9eCopy full SHA for efe4c9e
Source/SPDatabaseStructure.m
@@ -275,6 +275,7 @@ - (void)queryDbStructureWithUserInfo:(NSDictionary *)userInfo
275
// Set up the database as an empty mutable dictionary ready for tables, and store a reference
276
[queriedStructure setObject:[NSMutableDictionary dictionary] forKey:db_id];
277
NSMutableDictionary *databaseStructure = [queriedStructure objectForKey:db_id];
278
+ structureWasUpdated = YES;
279
280
NSUInteger uniqueCounter = 0; // used to make field data unique
281
SPMySQLResult *theResult;
0 commit comments