mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Add onBoarding & funding.yml?
This commit is contained in:
parent
a720bdd582
commit
10e1354f27
6 changed files with 13 additions and 8 deletions
|
@ -54,9 +54,9 @@ const createSources = await sql`
|
|||
const createArticlesArchive = await sql`
|
||||
create table if not exists news_articles (
|
||||
uuid text primary key,
|
||||
article_id text primary key,
|
||||
article_id text,
|
||||
jsondata json not null,
|
||||
archive_timestamp timestamp default CURRENT_TIMESTAMP,
|
||||
archive_timestamp timestamp default CURRENT_TIMESTAMP
|
||||
)
|
||||
`;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue