diff options
Diffstat (limited to 'Source/TableDump.m')
-rw-r--r-- | Source/TableDump.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/TableDump.m b/Source/TableDump.m index a86b5332..11196204 100644 --- a/Source/TableDump.m +++ b/Source/TableDump.m @@ -754,6 +754,9 @@ // Update current database tables [tablesListInstance updateTables:self]; + // Query the structure of all databases in the background + [NSThread detachNewThreadSelector:@selector(queryDbStructureWithUserInfo:) toTarget:mySQLConnection withObject:[NSDictionary dictionaryWithObjectsAndKeys:[NSNumber numberWithBool:YES], @"forceUpdate", nil]]; + // Import finished Growl notification [[SPGrowlController sharedGrowlController] notifyWithTitle:@"Import Finished" description:[NSString stringWithFormat:NSLocalizedString(@"Finished importing %@",@"description for finished importing growl notification"), [filename lastPathComponent]] |