mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-12-13 14:12:09 +00:00
rename
This commit is contained in:
parent
277524298b
commit
f2a6d73682
|
@ -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