mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-04 19:50:00 +00:00
3735c6fabf
* Adding instance software and version. Fixes #2222 * Fix clippy. * Fix clippy 2 * Fixing some more issues.
4 lines
182 B
SQL
4 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);
|