mirror of
https://github.com/miniflux/v2.git
synced 2025-07-02 16:38:37 +00:00
Add created_at field for entries
This commit is contained in:
parent
e17d395ae7
commit
49feb1958c
7 changed files with 15 additions and 4 deletions
2
database/sql/schema_version_42.sql
Normal file
2
database/sql/schema_version_42.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
alter table entries add column created_at timestamp with time zone not null default now();
|
||||
update entries set created_at = published_at;
|
Loading…
Add table
Add a link
Reference in a new issue