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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user