fix: clean stale deployments before monolith start

This commit is contained in:
Deploy
2026-08-25 21:59:29 +02:00
parent 9ae5f8e0de
commit 66a08b61d2
4 changed files with 89 additions and 22 deletions

View File

@@ -10,7 +10,9 @@ exports.up = (pgm) => {
default: null,
},
});
pgm.addCommentOnColumn('pos_stores', 'logo_url', 'URL del logo custom para tickets TPV. Si es null, se usa el logo default /images/logo-main.png');
pgm.sql(
"COMMENT ON COLUMN pos_stores.logo_url IS 'URL del logo custom para tickets TPV. Si es null, se usa el logo default /images/logo-main.png'",
);
};
exports.down = (pgm) => {