federator/sql/2024-07-21.sql
2025-03-27 17:13:50 +01:00

2 lines
No EOL
136 B
SQL

alter table users add `validuntil` timestamp null default null;
update settings set `value`="2024-07-21" where `key`="database_version";