refactor: rebrand project to HartOMat
This commit is contained in:
@@ -28,7 +28,7 @@ def upgrade():
|
||||
# Seed default tenant — all existing data will be assigned to this tenant
|
||||
op.execute("""
|
||||
INSERT INTO tenants (name, slug, is_active)
|
||||
VALUES ('Schaeffler', 'schaeffler', true)
|
||||
VALUES ('HartOMat', 'hartomat', true)
|
||||
""")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user