mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 04:54:23 +00:00
8 lines
197 B
TypeScript
8 lines
197 B
TypeScript
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;`;
|