Files
klz-cables.com/.pnpm-store/v10/files/1d/0709c13b0181180a360d0247d1e5f7bc33244f10f3586d9abc714697a5a7269f3cbe0135ef37bae8a6ceaaf54e23063c01a3c0e5a1153912e42d3ccb1f0f6d
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

3 lines
394 B
Plaintext

export type Groups = 'addColumn' | 'addConstraint' | 'alterType' | 'createIndex' | 'createTable' | 'createType' | 'disableRowSecurity' | 'dropColumn' | 'dropConstraint' | 'dropIndex' | 'dropTable' | 'dropType' | 'notNull' | 'renameColumn' | 'setDefault';
export declare const groupUpSQLStatements: (list: string[]) => Record<Groups, string[]>;
//# sourceMappingURL=groupUpSQLStatements.d.ts.map