X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fdb_schema%2Fsrc%2Fschema.rs;h=8c893cf9222ce04c665cb8de25c89ee3c06148fb;hb=3735c6fabfd85d6c98c2fc126b70e593db532eb8;hp=60152d6f831b3dbd53f691cdb179fa2660d740d2;hpb=47f4aa3550e7e79736f87673e007f930a9442f1f;p=lemmy.git diff --git a/crates/db_schema/src/schema.rs b/crates/db_schema/src/schema.rs index 60152d6f..8c893cf9 100644 --- a/crates/db_schema/src/schema.rs +++ b/crates/db_schema/src/schema.rs @@ -648,6 +648,8 @@ table! { instance(id) { id -> Int4, domain -> Text, + software -> Nullable, + version -> Nullable, published -> Timestamp, updated -> Nullable, }