mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-31 22:31:41 +00:00
rename
This commit is contained in:
parent
277524298b
commit
f2a6d73682
1 changed files with 2 additions and 2 deletions
|
@ -801,8 +801,8 @@ diesel::table! {
|
||||||
}
|
}
|
||||||
|
|
||||||
diesel::table! {
|
diesel::table! {
|
||||||
replaceable_schema_state (previously_run_sql) {
|
previously_run_sql (content) {
|
||||||
previously_run_sql -> Text,
|
content -> Text,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue