mirror of
https://github.com/LemmyNet/lemmy
synced 2024-10-30 15:21:20 +00:00
3735c6fabf
* Adding instance software and version. Fixes #2222 * Fix clippy. * Fix clippy 2 * Fixing some more issues.
5 lines
182 B
SQL
5 lines
182 B
SQL
-- Add Software and Version columns from nodeinfo to the instance table
|
|
|
|
alter table instance add column software varchar(255);
|
|
alter table instance add column version varchar(255);
|