kitos
f97b9e96b7
Aegis CI / lint-and-test (push) Has been cancelled
fix(migration): rewrite b035 with raw SQL to avoid SQLAlchemy DDL hook
...
SQLAlchemy fires before_create for ALL known enum types when any table
is created via op.create_table, causing DuplicateObject even with
create_type=False. Rewrite both CREATE TABLE statements as raw SQL via
conn.execute(sa.text(...)) and use CREATE TABLE IF NOT EXISTS / CREATE
INDEX IF NOT EXISTS for full idempotency.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-19 16:54:32 +02:00
..
2026-02-06 12:26:26 +01:00
2026-02-06 12:26:26 +01:00
2026-02-06 12:26:26 +01:00
2026-02-06 12:26:26 +01:00
2026-02-06 12:26:26 +01:00
2026-02-09 09:58:54 +01:00
2026-02-09 09:58:54 +01:00
2026-02-09 09:58:54 +01:00
2026-02-09 09:58:54 +01:00
2026-02-09 09:58:54 +01:00
2026-02-09 13:52:04 +01:00
2026-02-09 13:58:35 +01:00
2026-02-09 16:06:44 +01:00
2026-02-09 16:06:44 +01:00
2026-02-09 16:27:38 +01:00
2026-02-09 16:38:59 +01:00
2026-02-09 16:44:35 +01:00
2026-02-09 16:52:52 +01:00
2026-02-09 18:41:24 +01:00
2026-02-10 08:34:29 +01:00
2026-02-10 08:34:29 +01:00
2026-02-10 08:38:00 +01:00
2026-02-10 09:21:35 +01:00
2026-02-17 15:43:05 +01:00
2026-02-17 16:33:42 +01:00
2026-02-17 17:20:45 +01:00
2026-02-17 17:47:47 +01:00
2026-02-18 10:37:02 +01:00
2026-02-18 12:12:54 +01:00
2026-02-18 13:20:28 +01:00
2026-02-18 19:10:50 +01:00
2026-02-19 17:46:02 +01:00
2026-05-18 13:19:20 +02:00
2026-05-18 14:17:29 +02:00
2026-05-18 15:07:12 +02:00
2026-05-19 13:40:45 +02:00
2026-05-19 13:40:45 +02:00
2026-05-19 15:10:31 +02:00
2026-05-19 15:45:16 +02:00
2026-05-19 16:54:32 +02:00
2026-02-06 12:26:26 +01:00
2026-02-06 11:28:30 +01:00