Update schema.rs

This commit is contained in:
dullbananas 2024-04-20 14:31:33 -07:00 committed by GitHub
parent c31a29ec7f
commit ca271eacf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -800,6 +800,12 @@ diesel::table! {
}
}
diesel::table! {
replaceable_schema_state (previously_run_sql) {
previously_run_sql -> Text,
}
}
diesel::table! {
private_message (id) {
id -> Int4,