X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fdb_schema%2Fsrc%2Fschema.rs;h=034edbe9d8f90ad706966c639bb0a5f4888ba833;hb=3d08e6c1fc30683c5b575c751a8f6a6bca0fc7ee;hp=6cd2e2af09c498a4d3cf4e9c2a55ac4a86804b26;hpb=76c43780112e2aec0d9250f79adba8c307734601;p=lemmy.git diff --git a/crates/db_schema/src/schema.rs b/crates/db_schema/src/schema.rs index 6cd2e2af..034edbe9 100644 --- a/crates/db_schema/src/schema.rs +++ b/crates/db_schema/src/schema.rs @@ -5,7 +5,7 @@ table! { local -> Bool, published -> Timestamp, updated -> Nullable, - ap_id -> Nullable, + ap_id -> Text, sensitive -> Nullable, } }