This commit is contained in:
dullbananas 2024-04-28 08:26:28 -07:00 committed by GitHub
parent 277524298b
commit f2a6d73682
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -801,8 +801,8 @@ diesel::table! {
}
diesel::table! {
replaceable_schema_state (previously_run_sql) {
previously_run_sql -> Text,
previously_run_sql (content) {
content -> Text,
}
}