lemmy: remove db migration hack

all my lemmy patches can be removed from this repo, but i'll wait for some stability before actually doing that
This commit is contained in:
Colin 2023-06-30 03:44:54 +00:00
parent ef9f62ed13
commit dfbfae90a5

View File

@ -3,7 +3,7 @@
lemmy-server.overrideAttrs (upstream: {
patches = upstream.patches or [] ++ [
# "thread 'main' panicked at 'Couldn't run DB Migrations: Failed to run 2022-07-07-182650_comment_ltrees with: permission denied: "RI_ConstraintTrigger_a_647340" is a system trigger', crates/db_schema/src/utils.rs:165:25"
./fix-db-migrations.patch
# ./fix-db-migrations.patch #< upstreamed as of 2023/06/28
# log the database connection events, for debugging
# ./log-startup.patch
# print more debug info about specific problem paths i've encountered