mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-01 15:40:16 +00:00
5 lines
182 B
MySQL
5 lines
182 B
MySQL
|
-- 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);
|