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