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