mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-22 19:41:03 +00:00
Run diesel migration run
This commit is contained in:
parent
9a58d9bcb7
commit
1bcad6d7cd
1 changed files with 2 additions and 0 deletions
|
@ -106,6 +106,8 @@ table! {
|
|||
default_license -> Text,
|
||||
long_description_html -> Varchar,
|
||||
short_description_html -> Varchar,
|
||||
private_key -> Nullable<Text>,
|
||||
public_key -> Nullable<Text>,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue