mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Remove some files & trying to make the desktop look more fun & I'm going
to sleep now.
This commit is contained in:
parent
c8429ee1a3
commit
109a39f6e9
12 changed files with 458 additions and 119 deletions
8
cleardatabase.ts
Normal file
8
cleardatabase.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
const cleardb = `
|
||||
DROP TABLE users;
|
||||
DROP TABLE usertokens;
|
||||
DROP TABLE newsProviders;
|
||||
DROP TABLE chat_history;
|
||||
DROP TABLE news_articles;
|
||||
DROP TABLE hot_news;
|
||||
DROP TABLE articles_lt;`;
|
Loading…
Add table
Add a link
Reference in a new issue