Add a source property to posts

To store the Markdown
This commit is contained in:
Bat
2018-09-06 20:00:55 +01:00
parent b99e34f624
commit 7152d714ae
6 changed files with 26 additions and 3 deletions
+1
View File
@@ -126,6 +126,7 @@ table! {
creation_date -> Timestamp,
ap_url -> Varchar,
subtitle -> Text,
source -> Text,
}
}