chore: Remove long deprecated database columns (#3821)

* chore: Remove long deprecated database columns

* test

* Update 20220720221531-remove-deprecated-columns.js

* fix rollback

* Add guard for upgrading past v0.54.0
This commit is contained in:
Tom Moor
2022-08-25 19:52:01 +01:00
committed by GitHub
parent a869ab7609
commit 864f585e5b
3 changed files with 61 additions and 12 deletions

View File

@@ -377,7 +377,6 @@ export async function buildAttachment(overrides: Partial<Attachment> = {}) {
count++;
return Attachment.create({
key: `uploads/key/to/file ${count}.png`,
url: `https://redirect.url.com/uploads/key/to/file${count}.png`,
contentType: "image/png",
size: 100,
acl: "public-read",