summaryrefslogtreecommitdiffstats
path: root/server/src/schema.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/schema.rs')
-rw-r--r--server/src/schema.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/src/schema.rs b/server/src/schema.rs
index 41769ded..819fcd1c 100644
--- a/server/src/schema.rs
+++ b/server/src/schema.rs
@@ -28,6 +28,8 @@ table! {
published -> Timestamp,
updated -> Nullable<Timestamp>,
deleted -> Bool,
+ ap_id -> Varchar,
+ local -> Bool,
}
}
@@ -227,6 +229,8 @@ table! {
embed_description -> Nullable<Text>,
embed_html -> Nullable<Text>,
thumbnail_url -> Nullable<Text>,
+ ap_id -> Varchar,
+ local -> Bool,
}
}