federator/sql/2025-05-27.sql
2025-07-11 20:56:23 +02:00

2 lines
218 B
SQL

alter table posts add `article_id` varchar(255) null default null comment 'The optional original article id (of non-federated system, e.g. CN)';
update settings set `value`="2025-05-27" where `key`="database_version";