This commit is contained in:
dullbananas 2024-05-03 07:43:17 -04:00 committed by GitHub
commit 6002a40b54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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