summaryrefslogtreecommitdiffstats
path: root/server/lemmy_db/src/schema.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/lemmy_db/src/schema.rs')
-rw-r--r--server/lemmy_db/src/schema.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lemmy_db/src/schema.rs b/server/lemmy_db/src/schema.rs
index 49dd4e69..9608fb7d 100644
--- a/server/lemmy_db/src/schema.rs
+++ b/server/lemmy_db/src/schema.rs
@@ -38,7 +38,6 @@ table! {
id -> Int4,
creator_id -> Nullable<Int4>,
post_id -> Nullable<Int4>,
- post_name -> Nullable<Varchar>,
parent_id -> Nullable<Int4>,
content -> Nullable<Text>,
removed -> Nullable<Bool>,
@@ -48,6 +47,7 @@ table! {
deleted -> Nullable<Bool>,
ap_id -> Nullable<Varchar>,
local -> Nullable<Bool>,
+ post_name -> Nullable<Varchar>,
community_id -> Nullable<Int4>,
community_actor_id -> Nullable<Varchar>,
community_local -> Nullable<Bool>,