update db: insert special seller
This commit is contained in:
parent
1ee1252c46
commit
3a40f586fa
2 changed files with 13 additions and 1 deletions
|
@ -34,6 +34,7 @@ class Database
|
|||
void createNew();
|
||||
int getVersion();
|
||||
unsigned int storeArticles(std::vector<Article*> articles);
|
||||
void updateDbToVer2();
|
||||
};
|
||||
|
||||
#endif // DATABASE_H
|
Loading…
Add table
Add a link
Reference in a new issue