sellers: get rid of uuid
This commit is contained in:
parent
46d6468e5c
commit
69982fc931
16 changed files with 76 additions and 88 deletions
|
@ -36,6 +36,7 @@ class Database
|
|||
int getVersion();
|
||||
unsigned int storeArticles(std::vector<Article*> articles);
|
||||
void updateDbToVer2();
|
||||
void updateDbToVer3();
|
||||
};
|
||||
|
||||
#endif // DATABASE_H
|
||||
#endif // DATABASE_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue