refactor: rebrand project to HartOMat

This commit is contained in:
2026-04-06 12:45:47 +02:00
parent fa7093307a
commit b795f0e6d6
95 changed files with 608 additions and 497 deletions
+2 -2
View File
@@ -74,10 +74,10 @@ def upgrade():
),
)
# 2. Backfill with the default 'schaeffler' tenant
# 2. Backfill with the default 'hartomat' tenant
op.execute(
f"UPDATE {table} "
"SET tenant_id = (SELECT id FROM tenants WHERE slug = 'schaeffler')"
"SET tenant_id = (SELECT id FROM tenants WHERE slug = 'hartomat')"
)
# 3. Make NOT NULL now that every row has a value