diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-01-31 23:33:07 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-01-31 23:33:07 +0100 |
commit | 352ad14e9af1b0a5ef065fac547a24fba32b6f32 (patch) | |
tree | f79172fad16976ba731b503ccb010e6eda11ca75 | |
parent | Hotfix postgres connection string to not silently fail migrations (diff) | |
download | server-352ad14e9af1b0a5ef065fac547a24fba32b6f32.tar.xz |
Rename postgresql to postgres -> fix silently failing migrations
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
-rw-r--r-- | src/util/migration/postgres/1673609867556-templateDeleteCascade.ts (renamed from src/util/migration/postgresql/1673609867556-templateDeleteCascade.ts) | 0 | ||||
-rw-r--r-- | src/util/migration/postgres/1675044825710-webauthn.ts (renamed from src/util/migration/postgresql/1675044825710-webauthn.ts) | 0 | ||||
-rw-r--r-- | src/util/util/Database.ts | 6 |
3 files changed, 4 insertions, 2 deletions
diff --git a/src/util/migration/postgresql/1673609867556-templateDeleteCascade.ts b/src/util/migration/postgres/1673609867556-templateDeleteCascade.ts |