refactor: rebrand project to HartOMat
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user