]> Untitled Git - lemmy.git/blobdiff - crates/db_schema/src/schema.rs
Implement instance actor (#1798)
[lemmy.git] / crates / db_schema / src / schema.rs
index 681452d9f290c8ddbf50ebd7a0bd2db65bfec968..b93cd4e728e91a045abec1065dbd0212f9998ec8 100644 (file)
@@ -454,6 +454,11 @@ table! {
         require_application -> Bool,
         application_question -> Nullable<Text>,
         private_instance -> Bool,
+        actor_id -> Text,
+        last_refreshed_at -> Timestamp,
+        inbox_url -> Text,
+        private_key -> Nullable<Text>,
+        public_key -> Text,
     }
 }