fixed comma issue
Build and Push Image / build-and-push (push) Failing after 1m34s

This commit is contained in:
2026-05-13 22:48:06 -07:00
parent 4c2851cee5
commit 3eb3b39b79
+1 -1
View File
@@ -5,7 +5,7 @@ export const up = (pgm) => {
file TEXT, file TEXT,
image BYTEA, image BYTEA,
created_at TIMESTAMP DEFAULT NOW(), created_at TIMESTAMP DEFAULT NOW(),
updated_at TIMESTAMP DEFAULT NOW(), updated_at TIMESTAMP DEFAULT NOW()
); );
`) `)
} }