mirror of
https://github.com/miniflux/v2.git
synced 2025-08-06 17:41:00 +00:00
2 lines
137 B
SQL
2 lines
137 B
SQL
alter table entries add column created_at timestamp with time zone not null default now();
|
|
update entries set created_at = published_at;
|