3b76070394
✅ Database Setup: - Created PostgreSQL kartselldb with kartsell user - SSH port forward established (localhost:5432 → 178.104.200.7:5432) ✅ DbMigrator Fixes: - Fixed migration path discovery (AppContext.BaseDirectory fallback) - Added empty variable dictionary to suppress DbUp preprocessing - Fixed PostgreSQL dollar quoting conflict ($policy$ → $$) ✅ Migration Results: - All 21 migrations executed successfully - Schema versions journal created and tracked - 21 scripts processed in order, no rollback needed Status: FRESH DATABASE DEPLOYMENT SUCCESSFUL - kartselldb fully initialized with v16 schema - Ready for application startup Next: Deploy application and run integration tests Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
45 lines
1.6 KiB
JavaScript
45 lines
1.6 KiB
JavaScript
const __VLS_props = defineProps(); // @ts-ignore
|
|
const __VLS_ctx = {
|
|
...{},
|
|
...{},
|
|
...{},
|
|
};
|
|
let __VLS_components;
|
|
let __VLS_intrinsics;
|
|
let __VLS_directives;
|
|
/** @type {__VLS_StyleScopedClasses['ks-ops-console__grid']} */ ;
|
|
__VLS_asFunctionalElement1(__VLS_intrinsics.section, __VLS_intrinsics.section)({
|
|
...{ class: "ks-ops-console" },
|
|
});
|
|
/** @type {__VLS_StyleScopedClasses['ks-ops-console']} */ ;
|
|
__VLS_asFunctionalElement1(__VLS_intrinsics.header, __VLS_intrinsics.header)({});
|
|
__VLS_asFunctionalElement1(__VLS_intrinsics.div, __VLS_intrinsics.div)({});
|
|
__VLS_asFunctionalElement1(__VLS_intrinsics.h1, __VLS_intrinsics.h1)({});
|
|
(__VLS_ctx.title);
|
|
__VLS_asFunctionalElement1(__VLS_intrinsics.p, __VLS_intrinsics.p)({});
|
|
(__VLS_ctx.runStatus ?? '-');
|
|
(__VLS_ctx.watermark ?? '-');
|
|
(__VLS_ctx.owner ?? '-');
|
|
var __VLS_0 = {};
|
|
__VLS_asFunctionalElement1(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
...{ class: "ks-ops-console__grid" },
|
|
});
|
|
/** @type {__VLS_StyleScopedClasses['ks-ops-console__grid']} */ ;
|
|
__VLS_asFunctionalElement1(__VLS_intrinsics.aside, __VLS_intrinsics.aside)({});
|
|
var __VLS_2 = {};
|
|
__VLS_asFunctionalElement1(__VLS_intrinsics.main, __VLS_intrinsics.main)({});
|
|
var __VLS_4 = {};
|
|
if (__VLS_ctx.$slots.footer) {
|
|
__VLS_asFunctionalElement1(__VLS_intrinsics.footer, __VLS_intrinsics.footer)({});
|
|
var __VLS_6 = {};
|
|
}
|
|
// @ts-ignore
|
|
var __VLS_1 = __VLS_0, __VLS_3 = __VLS_2, __VLS_5 = __VLS_4, __VLS_7 = __VLS_6;
|
|
// @ts-ignore
|
|
[title, runStatus, watermark, owner, $slots,];
|
|
const __VLS_base = (await import('vue')).defineComponent({
|
|
__typeProps: {},
|
|
});
|
|
const __VLS_export = {};
|
|
export default {};
|