[Digikam-devel] [Bug 258409] Tags and TagsTree table is empty after DB migration from sqlite to mysql

Volker neuntoeter at arcor.de
Tue Nov 30 18:04:11 GMT 2010


https://bugs.kde.org/show_bug.cgi?id=258409





--- Comment #3 from Volker <neuntoeter arcor de>  2010-11-30 19:04:10 ---
Here is what the mysql looks like after migration:

mysql> show tables;
+-------------------+
| Tables_in_digikam |
+-------------------+
| AlbumRoots        |
| Albums            |
| DownloadHistory   |
| ImageComments     |
| ImageCopyright    |
| ImageHaarMatrix   |
| ImageInformation  |
| ImageMetadata     |
| ImagePositions    |
| ImageProperties   |
| ImageTags         |
| Images            |
| Searches          |
| Settings          |
| Tags              |
| TagsTree          |
+-------------------+
16 rows in set (0.00 sec)

mysql> select * from Tags;
Empty set (0.00 sec)

mysql> select * from TagsTree;
Empty set (0.00 sec)

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list